Skip to content

Commit 727da0a

Browse files
authored
Merge pull request #260 from PNNL-CompBio/drop_drugs
Add mpnstpdx to build_all default build
2 parents bc7d75a + eb77067 commit 727da0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main():
4141
parser.add_argument('--pypi', action='store_true', help="Update PYPI Package with latest Figshare data. PYPI_TOKEN must be set in local environment.")
4242
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, figshare, or pypi commands.")
4343
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.")
44-
parser.add_argument('--dataset',dest='datasets',default='broad_sanger,hcmi,beataml,mpnst,cptac',help='Datasets to process. Defaults to all available.')
44+
parser.add_argument('--dataset',dest='datasets',default='broad_sanger,hcmi,beataml,cptac,mpnst,mpnstpdx,',help='Datasets to process. Defaults to all available.')
4545
parser.add_argument('--version', type=str, required=False, help='Version number for the PyPI package and Figshare upload title (e.g., "0.1.29"). This is required for Figshare and PyPI upload. This must be a higher version than previously published versions.')
4646
parser.add_argument('--github-username', type=str, required=False, help='GitHub username for the repository.')
4747
parser.add_argument('--github-email', type=str, required=False, help='GitHub email for the repository.')

0 commit comments

Comments
 (0)