Skip to content

Commit 45922fc

Browse files
committed
Adding all datasets mapping scripts. This was missed in previous build
1 parent 1252182 commit 45922fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/build_all.py

Lines changed: 1 addition & 1 deletion
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',help='Datasets to process. Defaults to all available.')
43+
parser.add_argument('--dataset',dest='datasets',default='broad_sanger,hcmi,beataml,cptac,mpnst,mpnstpdx,pancpdo,bladderpdo',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.')

scripts/map_improve_drug_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def main():
369369
help='Build date in YYYY-MM-DD. Default=now.')
370370
parser.add_argument('--version', required=True,
371371
help='Build version. Must be unique per build.')
372-
parser.add_argument('--datasets', default='gdscv1,broad_sanger,ccle,ctrpv2,fimm,gcsi,gdscv2,nci60,prism,beataml,mpnst,mpnstpdx',
372+
parser.add_argument('--datasets', default='gdscv1,ccle,ctrpv2,fimm,gcsi,gdscv2,nci60,prism,beataml,mpnst,mpnstpdx,pancpdo,bladderpdo',
373373
help='Comma-separated list of datasets.')
374374
parser.add_argument('--local_dir', default='data',
375375
help='Directory containing TSV files.')

scripts/map_improve_sample_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def main():
412412
help='Build date in YYYY-MM-DD. Default=now.')
413413
parser.add_argument('--version', required=True,
414414
help='Build version. Must be unique per build.')
415-
parser.add_argument('--datasets', default='ccle,ctrpv2,fimm,gcsi,gdscv1,gdscv2,nci60,prism,hcmi,beataml,cptac,mpnst,mpnstpdx',
415+
parser.add_argument('--datasets', default='ccle,ctrpv2,fimm,gcsi,gdscv1,gdscv2,nci60,prism,hcmi,beataml,cptac,mpnst,mpnstpdx,pancpdo,bladderpdo',
416416
help='Comma-separated list of datasets, e.g., beataml,ccle')
417417
parser.add_argument('--local_dir', default='data',
418418
help='Directory containing all CSV/TSV files.')

0 commit comments

Comments
 (0)