forked from Reed-CompBio/spras-benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpra.yaml
More file actions
62 lines (57 loc) · 1.24 KB
/
Copy pathpra.yaml
File metadata and controls
62 lines (57 loc) · 1.24 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
# Base Settings
# TODO: (same for dmmm.yaml): can we deduplicate this using snakemake?
hash_length: 7
container_framework: docker
unpack_singularity: false
container_registry:
base_url: docker.io
owner: reedcompbio
reconstruction_settings:
locations:
reconstruction_dir: "output"
run: true
analysis:
summary:
include: false
graphspace:
include: false
cytoscape:
include: false
ml:
include: true
aggregate_per_algorithm: true
evaluation:
include: false
# Custom settings
algorithms:
- name: "omicsintegrator1"
params:
include: true
run1:
b: [2]
w: [.5]
d: [10]
mu: [2]
- name: "omicsintegrator2"
params:
include: true
run1:
b: [4]
g: [0]
- name: "pathlinker"
params:
include: true
run1:
k: [10, 20]
- name: "allpairs"
params:
include: true
datasets:
- label: pramuscleskeletal2018
node_files: ["sources.txt", "targets.txt"]
# DataLoader.py can currently only load a single edge file, which is the primary network
edge_files: ["interactome.tsv"]
# Placeholder
other_files: []
# Relative path from the spras directory
data_dir: "datasets/rn-muscle-skeletal/processed"