We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0e50c commit cff6309Copy full SHA for cff6309
src/datasets/loaders/wu_human_breast_cancer_sc/script.py
@@ -10,7 +10,7 @@
10
par = {
11
"cancer_subtypes": ['HER2+', 'TNBC', 'ER+'],
12
"keep_files": True, # wether to delete the intermediate files
13
- "output": "2021Wu_human_breast_cancer_sc.h5ad",
+ "output": "./temp/datasets/2021Wu_human_breast_cancer_sc.h5ad",
14
"dataset_id": "2021Wu_human_breast_cancer_sc",
15
"dataset_name": "2021Wu_human_breast_cancer_sc",
16
"dataset_url": "https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE176078",
@@ -20,7 +20,7 @@
20
"dataset_organism": "Homo sapiens"
21
}
22
meta = {
23
- "temp_dir": "./tmp/2021Wu_human_breast_cancer_sc",
+ "temp_dir": "./temp/datasets/2021Wu_human_breast_cancer_sc",
24
25
## VIASH END
26
0 commit comments