Skip to content

Commit

Permalink
revert config.yamk
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Sep 17, 2024
1 parent c91373c commit 2e2c5c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ container_registry:
algorithms:
- name: "pathlinker"
params:
include: false
include: true
run1:
k: range(100,201,100)

- name: "omicsintegrator1"
params:
include: false
include: true
run1:
b: [5, 6]
w: np.linspace(0,5,2)
Expand All @@ -69,26 +69,26 @@ algorithms:

- name: "meo"
params:
include: false
include: true
run1:
max_path_length: [3]
local_search: ["Yes"]
rand_restarts: [10]

- name: "mincostflow"
params:
include: false
include: true
run1:
flow: [1] # The flow must be an int
capacity: [1]

- name: "allpairs"
params:
include: false
include: true

- name: "domino"
params:
include: false
include: true
run1:
slice_threshold: [0.3]
module_threshold: [0.05]
Expand Down Expand Up @@ -152,14 +152,14 @@ analysis:
include: true
# Create output files for each pathway that can be visualized with GraphSpace
graphspace:
include: false
include: true
# Create Cytoscape session file with all pathway graphs for each dataset
cytoscape:
include: false
include: true
# Machine learning analysis (e.g. clustering) of the pathway output files for each dataset
ml:
# ml analysis per dataset
include: false
include: true
# adds ml analysis per algorithm output
# only runs for algorithms with multiple parameter combinations chosen
aggregate_per_algorithm: true
Expand Down

0 comments on commit 2e2c5c1

Please sign in to comment.