Skip to content

Commit cffa309

Browse files
committed
Updated Build_all.py. Everything looks good
1 parent 8d357c2 commit cffa309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/build_all.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
parser.add_argument('--figshare', action='store_true', help="Upload all local data to Figshare. FIGSHARE_TOKEN must be set in local environment.")
4040
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")
4141
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.")
42-
parser.add_argument('--dataset',dest='datasets',default='broad_sanger,hcmi,beataml,cptac,mpnst,mpnstpdx',help='Datasets to process. Defaults to all available.')
42+
parser.add_argument('--dataset',dest='datasets',default='broad_sanger,hcmi,beataml,cptac,mpnst,mpnstpdx,pancpdo',help='Datasets to process. Defaults to all available.')
4343
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.')
4444
parser.add_argument('--github-username', type=str, required=False, help='GitHub username for the repository.')
4545
parser.add_argument('--github-email', type=str, required=False, help='GitHub email for the repository.')
@@ -119,6 +119,7 @@ def process_docker(datasets):
119119
'beataml': ['beataml'],
120120
'mpnst': ['mpnst'],
121121
'mpnstpdx': ['mpnstpdx'],
122+
'pancpdo': ['pancpdo'],
122123
'cptac': ['cptac'],
123124
'genes': ['genes'],
124125
'upload': ['upload']

0 commit comments

Comments
 (0)