Skip to content

Commit

Permalink
rename api files
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 17, 2024
1 parent 8871e39 commit 0b9f736
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common
4 changes: 2 additions & 2 deletions src/api/comp_control_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ info:
in the task.
arguments:
- name: --input_train
__merge__: file_train_h5ad.yaml
__merge__: file_train.yaml
required: true
direction: input
- name: --input_test
__merge__: file_test_h5ad.yaml
__merge__: file_test.yaml
required: true
direction: input
- name: "--input_solution"
Expand Down
4 changes: 2 additions & 2 deletions src/api/comp_data_processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ arguments:
direction: input
required: true
- name: "--output_train"
__merge__: file_train_h5ad.yaml
__merge__: file_train.yaml
direction: output
required: true
- name: "--output_test"
__merge__: file_test_h5ad.yaml
__merge__: file_test.yaml
direction: output
required: true
- name: "--output_solution"
Expand Down
4 changes: 2 additions & 2 deletions src/api/comp_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ info:
A method to predict the task effects.
arguments:
- name: --input_train
__merge__: file_train_h5ad.yaml
__merge__: file_train.yaml
required: true
direction: input
- name: "--input_test"
__merge__: file_test_h5ad.yaml
__merge__: file_test.yaml
direction: input
required: true
- name: --output
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/workflows/process_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ argument_groups:
- name: Outputs
arguments:
- name: "--output_train"
__merge__: /src/api/file_train_h5ad.yaml
__merge__: /src/api/file_train.yaml
required: true
direction: output
- name: "--output_test"
__merge__: /src/api/file_test_h5ad.yaml
__merge__: /src/api/file_test.yaml
required: true
direction: output
- name: "--output_solution"
Expand Down
4 changes: 2 additions & 2 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ argument_groups:
- name: Inputs
arguments:
- name: "--input_train"
__merge__: /src/api/file_train_h5ad.yaml
__merge__: /src/api/file_train.yaml
type: file
direction: input
required: true
- name: "--input_test"
__merge__: /src/api/file_test_h5ad.yaml
__merge__: /src/api/file_test.yaml
type: file
direction: input
required: true
Expand Down

0 comments on commit 0b9f736

Please sign in to comment.