File tree Expand file tree Collapse file tree 4 files changed +15
-17
lines changed
loaders/zuani_human_nsclc_sc
workflows/process_zuani_human_nsclc_sc Expand file tree Collapse file tree 4 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: zuani_human_nsclc_sc
22namespace : datasets/loaders
33
44argument_groups :
5- - name : Inputs
6- arguments :
7- - type : file
8- name : --input
9- description : Path to the dataset
10- required : true
11- example : " ftp://anonymous@ftp.ebi.ac.uk/biostudies/fire/E-MTAB-/526/E-MTAB-13526/Files/10X_Lung_Tumour_Annotated_v2.h5ad"
5+ # - name: Inputs
6+ # arguments:
7+ # - type: file
8+ # name: --input
9+ # description: Path to the dataset
10+ # required: true
11+ # example: "ftp://anonymous@ftp.ebi.ac.uk/biostudies/fire/E-MTAB-/526/E-MTAB-13526/Files/10X_Lung_Tumour_Annotated_v2.h5ad"
1212 - name : Caching settings
1313 arguments :
1414 - type : boolean
@@ -66,7 +66,7 @@ resources:
6666
6767engines :
6868 - type : docker
69- image : openproblems/base_python:1.0.0
69+ image : openproblems/base_python:1
7070 __merge__ :
7171 - /src/base/setup_txsim_partial.yaml
7272 - type : native
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: process_zuani_human_nsclc_sc
22namespace : datasets/workflows
33
44argument_groups :
5- - name : Inputs
6- arguments :
7- - type : file
8- name : --input
9- description : Path to the dataset
10- required : true
11- example : " ftp://anonymous@ftp.ebi.ac.uk/biostudies/fire/E-MTAB-/526/E-MTAB-13526/Files/10X_Lung_Tumour_Annotated_v2.h5ad"
5+ # - name: Inputs
6+ # arguments:
7+ # - type: file
8+ # name: --input
9+ # description: Path to the dataset
10+ # required: true
11+ # example: "ftp://anonymous@ftp.ebi.ac.uk/biostudies/fire/E-MTAB-/526/E-MTAB-13526/Files/10X_Lung_Tumour_Annotated_v2.h5ad"
1212 - name : Caching settings
1313 arguments :
1414 - type : boolean
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ workflow run_wf {
2525
2626 | zuani_human_nsclc_sc. run(
2727 fromState : [
28- " input" ,
2928 " dataset_id" ,
3029 " dataset_name" ,
3130 " dataset_url" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ cat > /tmp/params.yaml << HERE
1919param_list:
2020 - id: zuani_human_nsclc_sc/2024Zuani_human_nsclc_sc
2121
22- input: "ftp://anonymous@ftp.ebi.ac.uk/biostudies/fire/E-MTAB-/526/E-MTAB-13526/Files/10X_Lung_Tumour_Annotated_v2.h5ad"
2322keep_files: false
2423
2524output_dataset: "\$ id/dataset.h5ad"
You can’t perform that action at this time.
0 commit comments