Skip to content

Commit 837db18

Browse files
changed build_dataset.py
1 parent a4f2efd commit 837db18

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build/build_dataset.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def process_docker(dataset,validate):
4545
'pancpdo': ['pancpdo'],
4646
'cptac': ['cptac'],
4747
'genes': ['genes'],
48-
'upload': ['upload']
48+
'upload': ['upload'],
49+
'crc_organoids': ['crc_organoids']
4950
}
5051

5152
# Collect container names to build based on the dataset provided. Always build 'genes'.
@@ -125,7 +126,8 @@ def process_omics(executor, dataset, should_continue):
125126
'cptac': ['copy_number', 'mutations', 'proteomics', 'transcriptomics'],
126127
'hcmi': ['mutations', 'transcriptomics'],
127128
'pancpdo': ['transcriptomics'],
128-
'mpnstpdx':['copy_number', 'mutations', 'proteomics', 'transcriptomics']
129+
'mpnstpdx':['copy_number', 'mutations', 'proteomics', 'transcriptomics'],
130+
'crc_organoids':['copy_number', 'mutations', 'transcriptomics']
129131
}
130132

131133
expected_omics = dataset_omics_files.get(dataset, [])

0 commit comments

Comments
 (0)