Skip to content

Commit 92d17f8

Browse files
adding proteomics to build_dataset.py
1 parent dca728b commit 92d17f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderbuild/build_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def process_omics(executor, dataset, should_continue):
133133
'bladder': ['copy_number', 'mutations', 'transcriptomics'],
134134
'colorectal':['copy_number', 'mutations', 'transcriptomics'],
135135
'novartis':['copy_number', 'mutations', 'transcriptomics'],
136-
'liver':['copy_number', 'mutations', 'transcriptomics']
136+
'liver':['copy_number', 'mutations', 'transcriptomics','proteomics']
137137
}
138138

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

0 commit comments

Comments
 (0)