diff --git a/config/config.yaml b/config/config.yaml index 53a3317d..b87bcd45 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -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) @@ -69,7 +69,7 @@ algorithms: - name: "meo" params: - include: false + include: true run1: max_path_length: [3] local_search: ["Yes"] @@ -77,18 +77,18 @@ algorithms: - 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] @@ -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