diff --git a/workflow/nextflow.config b/workflow/nextflow.config index 0beef33519cf7b9a19d24180256cf6547519403c..660ec331080a9235d0e7eddc630a48500ead61f3 100644 --- a/workflow/nextflow.config +++ b/workflow/nextflow.config @@ -73,18 +73,18 @@ process { } trace { - enabled = true + enabled = false file = 'pipeline_trace.txt' fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss' } timeline { - enabled = true + enabled = false file = 'timeline.html' } report { - enabled = true + enabled = false file = 'report.html' }