Skip to content

Commit 4ecc6da

Browse files
committed
Remove input arg from zuani nsclc scripts
1 parent 3a4f83c commit 4ecc6da

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
lines changed

src/datasets/loaders/zuani_human_nsclc_sc/config.vsh.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: zuani_human_nsclc_sc
22
namespace: datasets/loaders
33

44
argument_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

6767
engines:
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

src/datasets/workflows/process_zuani_human_nsclc_sc/config.vsh.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: process_zuani_human_nsclc_sc
22
namespace: datasets/workflows
33

44
argument_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

src/datasets/workflows/process_zuani_human_nsclc_sc/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

src/datasets/workflows/process_zuani_human_nsclc_sc/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ cat > /tmp/params.yaml << HERE
1919
param_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"
2322
keep_files: false
2423
2524
output_dataset: "\$id/dataset.h5ad"

0 commit comments

Comments
 (0)