diff --git a/nextflow.config b/nextflow.config index 08ca59177de7c2d1e14bcd0c4c932a521f3c1603..352fa14fcfc771e75a41199c74856d42cf8ac206 100644 --- a/nextflow.config +++ b/nextflow.config @@ -4,5 +4,5 @@ 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' -report.enable = true +report.enabled = true report.file= 'report.html' \ No newline at end of file