We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede505a commit bf993aaCopy full SHA for bf993aa
scripts/run_stats_modified.py
@@ -9,7 +9,7 @@ def run(cmd: str) -> None:
9
10
cohorts = ['SKCM', 'GBM', 'READ', 'ESCA', 'PAAD', 'SARC',
11
'OV', 'KIRP', 'CESC', 'KIRC', 'LIHC', 'STAD', 'BLCA',
12
- 'COAD', 'LUSC', 'HNSC', 'LGG', 'LUAD', 'UCEC', 'BRCA']]
+ 'COAD', 'LUSC', 'HNSC', 'LGG', 'LUAD', 'UCEC', 'BRCA']
13
14
for cohort in cohorts:
15
os.makedirs(f'{cohort}/samples', exist_ok=True)
0 commit comments