forked from Reed-CompBio/spras-benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcellline_fadu.yaml
More file actions
94 lines (92 loc) · 1.54 KB
/
Copy pathcellline_fadu.yaml
File metadata and controls
94 lines (92 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# The length of the hash used to identify a parameter combination
hash_length: 7
# If true, use Singularity instead of Docker
# Singularity support is only available on Unix
singularity: false
algorithms:
-
name: pathlinker
params:
include: false
run1:
k:
- 10
- 20
-
name: omicsintegrator1
params:
include: true
run1:
b:
- 0.55
- 2
- 10
d:
- 10
g:
- 1e-3
r:
- 0.01
w:
- 0.1
mu:
- 0.008
dummy_mode: ["terminal"]
-
name: omicsintegrator2
params:
include: true
run1:
b:
- 4
g:
- 0
run2:
b:
- 2
g:
- 3
-
name: meo
params:
include: false
run1:
local_search:
- "Yes"
max_path_length:
- 3
rand_restarts:
- 10
-
name: domino
params:
include: false
run1:
slice_threshold:
- 0.3
module_threshold:
- 0.05
datasets:
-
data_dir: input
edge_files:
- phosphosite-irefindex13.0-uniprot.txt
label: cellline
node_files:
- cellline_fadu_nodes.txt
other_files: []
reconstruction_settings:
locations:
reconstruction_dir: output/cellline_fadu
run: true
analysis:
graphspace:
include: false
cytoscape:
include: true
summary:
include: true
ml:
include: false
evaluation:
include: false