Skip to content

Commit

Permalink
fix input arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jun 28, 2024
1 parent d1d3264 commit e2b5c38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/api/comp_control_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ info:
the task, and also as a quality control for the metrics defined
in the task.
arguments:
- name: --train_h5ad
- name: --input_train
__merge__: file_train_h5ad.yaml
required: true
direction: input
- name: --test_h5ad
- name: --input_test
__merge__: file_test_h5ad.yaml
required: true
direction: input
Expand All @@ -29,5 +29,5 @@ test_resources:
- type: python_script
path: /common/component_tests/check_method_config.py
- path: /common/library.bib
- path: /resources/denoising/pancreas
dest: resources/denoising/pancreas
- path: /resources_test/denoising/pancreas
dest: resources_test/denoising/pancreas
6 changes: 3 additions & 3 deletions src/api/comp_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
description: |
A denoising method to remove noise (i.e. technical artifacts) from a dataset.
arguments:
- name: --train_h5ad
- name: --input_train
__merge__: file_train_h5ad.yaml
required: true
direction: input
Expand All @@ -21,5 +21,5 @@ test_resources:
- type: python_script
path: /common/component_tests/check_method_config.py
- path: /common/library.bib
- path: /resources/denoising/pancreas
dest: resources/denoising/pancreas
- path: /resources_test/denoising/pancreas
dest: resources_test/denoising/pancreas

0 comments on commit e2b5c38

Please sign in to comment.