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
additional.add_argument('--profile', help='use profile. If None, do not use profile and run on the local machine [config/slurm]', metavar='FOLDER', default='config/slurm')
103
103
additional.add_argument('--samplemap', help='tsv file mapping each bam/cram basename to a user-defined id. If None, infer from bam/cram basename [None]', metavar='TSV', type=str, default=None)
104
+
additional.add_argument('--threads', help='Number of max concurrent cores for snakemake if no profile is provided (ignored otherwise) [1]', type=int, default=1)
104
105
#metrics
105
106
metrics=parser.add_argument_group('Specify #threads, memory and time requirements')
106
107
metrics.add_argument('--std_time', help='max time (minutes) - default [1]',type=int, default=1)
0 commit comments