Skip to content

Commit

Permalink
fix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Oct 17, 2024
1 parent 740cb7b commit 214d513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/comp_process_dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ arguments:
type: file
required: false
direction: output
example: sc_train.h5ad
default: sc_train.h5ad
- name: --sc_test_h5ad
type: file
required: false
direction: output
example: sc_test.h5ad
default: sc_test.h5ad
- name: --pseudobulk_filtered_with_uns
type: file
required: false
direction: output
example: pseudobulk_filtered_with_uns.h5ad
default: pseudobulk_filtered_with_uns.h5ad

0 comments on commit 214d513

Please sign in to comment.