Skip to content
Snippets Groups Projects
nextflow.config 283 B
Newer Older
process.executor='slurm'
process.queue='super'
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'
Brandi Cantarel's avatar
Brandi Cantarel committed
report.enabled = true
Brandi Cantarel's avatar
Brandi Cantarel committed
report.file= 'report.html'