Skip to content

Commit bf993aa

Browse files
author
EC2 Default User
committed
remove bracket
1 parent ede505a commit bf993aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_stats_modified.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def run(cmd: str) -> None:
99

1010
cohorts = ['SKCM', 'GBM', 'READ', 'ESCA', 'PAAD', 'SARC',
1111
'OV', 'KIRP', 'CESC', 'KIRC', 'LIHC', 'STAD', 'BLCA',
12-
'COAD', 'LUSC', 'HNSC', 'LGG', 'LUAD', 'UCEC', 'BRCA']]
12+
'COAD', 'LUSC', 'HNSC', 'LGG', 'LUAD', 'UCEC', 'BRCA']
1313

1414
for cohort in cohorts:
1515
os.makedirs(f'{cohort}/samples', exist_ok=True)

0 commit comments

Comments
 (0)