Skip to content

Commit

Permalink
fix more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 29, 2024
1 parent 14259b1 commit 7787759
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 29 deletions.
4 changes: 3 additions & 1 deletion src/control_methods/true_labels/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# - The input/output files
# - Common parameters
# - A unit test
__merge__: ../../api/comp_control_method.yaml

# __merge__: ../../api/comp_control_method.yaml
status: disabled

# A unique identifier for your component (required).
# Can contain only lowercase letters or underscores.
Expand Down
2 changes: 1 addition & 1 deletion src/data_loaders/download_10x_xenium/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ argument_groups:
- type: file
name: --input
required: true
description: A 10x xenium zip file
description: A 10x xenium directory
multiple: true
- type: string
name: --replicate_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: download_allen_brain_cell_atlas
namespace: data_loaders

argument_groups:
- name: Inputs
- name: Arguments
arguments:
- type: string
name: --abca_version
Expand All @@ -26,14 +26,6 @@ argument_groups:
- MB
- OLF
- TH
- name: Outputs
arguments:
- type: file
name: --output
required: true
direction: output
example: output.h5ad
description: Path to the output h5ad file.

resources:
- type: python_script
Expand Down
4 changes: 3 additions & 1 deletion src/methods/logistic_regression/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# - The input/output files
# - Common parameters
# - A unit test
__merge__: ../../api/comp_method.yaml

# __merge__: ../../api/comp_method.yaml
status: disabled


# A unique identifier for your component (required).
Expand Down
4 changes: 3 additions & 1 deletion src/metrics/accuracy/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# - The input/output files
# - Common parameters
# - A unit test
__merge__: ../../api/comp_metric.yaml

# __merge__: ../../api/comp_metric.yaml
status: disabled


# A unique identifier for your component (required).
Expand Down
27 changes: 11 additions & 16 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ namespace: workflows
argument_groups:
- name: Inputs
arguments:
- name: "--input_train"
__merge__: /src/api/file_train_h5ad.yaml
- name: "--input_sc"
__merge__: /src/api/file_singlecell.yaml
type: file
direction: input
required: true
- name: "--input_test"
__merge__: /src/api/file_test_h5ad.yaml
type: file
direction: input
required: true
- name: "--input_solution"
__merge__: /src/api/file_solution.yaml
- name: "--input_sp"
__merge__: /src/api/file_spatialdata.yaml
type: file
direction: input
required: true
Expand Down Expand Up @@ -62,13 +57,13 @@ resources:
path: /_viash.yaml

dependencies:
- name: common/check_dataset_schema
repository: openproblems-v2
- name: common/extract_metadata
repository: openproblems-v2
- name: control_methods/true_labels
- name: methods/logistic_regression
- name: metrics/accuracy
# - name: common/check_dataset_schema
# repository: openproblems-v2
# - name: common/extract_metadata
# repository: openproblems-v2
# - name: control_methods/true_labels
# - name: methods/logistic_regression
# - name: metrics/accuracy

runners:
- type: nextflow

0 comments on commit 7787759

Please sign in to comment.