diff --git a/nextflow.config b/nextflow.config index 44676bcdf8c2c53a07f3c53b6e9d0e6d887e526b..26dee50e34814f0845bacbdb1fc0352e60316c51 100644 --- a/nextflow.config +++ b/nextflow.config @@ -341,7 +341,7 @@ report { trace { enabled = true file = "${params.tracedir}/execution_trace_${trace_timestamp}.txt" - fields = "task_id,hash,name,status,exit,duration,submit,duration,realtime,%cpu,%mem,peak_rss,peak_vmem,rchar,wchar" + fields = "task_id,hash,name,status,exit,duration,submit,realtime,%cpu,%mem,peak_rss,peak_vmem,rchar,wchar" } dag { enabled = true