Skip to content

Commit 19adfc5

Browse files
committed
Made final changes so this is ready for build process
1 parent 65e2f01 commit 19adfc5

13 files changed

Lines changed: 2 additions & 598 deletions

build/build_all.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def main():
4040
parser.add_argument('--figshare', action='store_true', help="Upload all local data to Figshare. FIGSHARE_TOKEN must be set in local environment.")
4141
parser.add_argument('--all',dest='all',default=False,action='store_true', help="Run all data build commands. This includes docker, samples, omics, drugs, exp arguments. This does not run the validate or figshare commands")
4242
parser.add_argument('--high_mem',dest='high_mem',default=False,action='store_true',help = "If you have 32 or more CPUs, this option is recommended. It will run many code portions in parallel. If you don't have enough memory, this will cause a run failure.")
43-
parser.add_argument('--dataset',dest='datasets',default='broad_sanger,hcmi,beataml,cptac,mpnst,mpnstpdx,pancpdo,bladderpdo,sarcpdo,liverpdo',help='Datasets to process. Defaults to all available.')
43+
parser.add_argument('--dataset',dest='datasets',default='broad_sanger,hcmi,beataml,cptac,pancpdo,bladderpdo,sarcpdo,liverpdo,mpnst',help='Datasets to process. Defaults to all available.')
4444
parser.add_argument('--version', type=str, required=False, help='Version number for the Figshare upload title (e.g., "0.1.29"). This is required for Figshare upload. This must be a higher version than previously published versions.')
4545
parser.add_argument('--github-username', type=str, required=False, help='GitHub username for the repository.')
4646
parser.add_argument('--github-email', type=str, required=False, help='GitHub email for the repository.')
@@ -119,7 +119,6 @@ def process_docker(datasets):
119119
'hcmi': ['hcmi'],
120120
'beataml': ['beataml'],
121121
'mpnst': ['mpnst'],
122-
'mpnstpdx': ['mpnstpdx'],
123122
'pancpdo': ['pancpdo'],
124123
'bladderpdo': ['bladderpdo'],
125124
'sarcpdo': ['sarcpdo'],
@@ -410,7 +409,7 @@ def get_latest_commit_hash(owner, repo, branch='main'):
410409
# if args.figshare or args.validate:
411410
# FigShare File Prefixes:
412411

413-
prefixes = ['beataml', 'hcmi', 'cptac', 'mpnst', 'mpnstpdx', 'pancpdo', 'bladderpdo','sarcpdo', 'genes', 'drugs', 'liverpdo']
412+
prefixes = ['beataml', 'hcmi', 'cptac', 'pancpdo', 'bladderpdo','sarcpdo', 'genes', 'drugs', 'liverpdo','mpnst']
414413
broad_sanger_datasets = ["ccle","ctrpv2","fimm","gdscv1","gdscv2","gcsi","prism","nci60"]
415414
if "broad_sanger" in datasets:
416415
prefixes.extend(broad_sanger_datasets)

build/build_dataset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def process_docker(dataset,validate):
4141
'hcmi': ['hcmi'],
4242
'beataml': ['beataml'],
4343
'mpnst': ['mpnst'],
44-
'mpnstpdx': ['mpnstpdx'],
4544
'pancpdo': ['pancpdo'],
4645
'cptac': ['cptac'],
4746
'sarcpdo': ['sarcpdo'],
@@ -128,7 +127,6 @@ def process_omics(executor, dataset, should_continue):
128127
'broad_sanger': ['copy_number', 'mutations', 'proteomics', 'transcriptomics'],
129128
'cptac': ['copy_number', 'mutations', 'proteomics', 'transcriptomics'],
130129
'hcmi': ['mutations', 'transcriptomics'],
131-
'mpnstpdx':['copy_number', 'mutations', 'proteomics', 'transcriptomics'],
132130
'sarcpdo': ['mutations', 'transcriptomics'],
133131
'pancpdo': ['transcriptomics'],
134132
'bladderpdo': ['copy_number', 'mutations', 'transcriptomics'],

build/mpnstpdx/01_mpnstpdx_get_omics.R

Lines changed: 0 additions & 195 deletions
This file was deleted.

build/mpnstpdx/02_get_drug_data.R

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)