Skip to content

Commit

Permalink
rename arg method api files
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jun 28, 2024
1 parent cae2c12 commit c5cacb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/api/comp_control_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ info:
description: |
A control method to predict effects.
arguments:
- name: --train_h5ad
- name: --input_train
__merge__: file_train_h5ad.yaml
required: false
direction: input
- name: --test_h5ad
- name: --input_test
__merge__: file_test_h5ad.yaml
required: true
direction: input
Expand Down
2 changes: 1 addition & 1 deletion src/api/comp_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
description: |
A method to predict the task effects.
arguments:
- name: --train_h5ad
- name: --input_train
__merge__: file_train_h5ad.yaml
required: false
direction: input
Expand Down

0 comments on commit c5cacb7

Please sign in to comment.