Skip to content
Snippets Groups Projects
nextflow.config 249 B
Newer Older
process.executor='slurm'
Brandi Cantarel's avatar
Brandi Cantarel committed
process.queue='128GB,256GB,256GBv1'
Brandi Cantarel's avatar
Brandi Cantarel committed
process.clusterOptions = '--hold'
trace.enabled = true
trace.file = 'pipeline_trace.txt'
trace.field = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime'