You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: coderbuild/build_all.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ def main():
35
35
parser.add_argument('--samples',dest='samples',default=False,action='store_true', help="Build all sample files.")
36
36
parser.add_argument('--omics',dest='omics',default=False,action='store_true', help="Build all omics files.")
37
37
parser.add_argument('--drugs',dest='drugs',default=False,action='store_true', help="Build all drug files")
38
+
parser.add_argument('--misc', action='store_true', help="Run the final misc post-build step (e.g., split broad_sanger datasets).")
38
39
parser.add_argument('--exp',dest='exp',default=False,action='store_true', help="Build all experiment file.")
39
40
parser.add_argument('--validate', action='store_true', help="Run schema checker on all local files. Note this will be run, whether specified or not, if figshare arguments are included.")
40
41
parser.add_argument('--figshare', action='store_true', help="Upload all local data to Figshare. FIGSHARE_TOKEN must be set in local environment.")
0 commit comments