Skip to content

Commit

Permalink
explicit report overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Nov 28, 2022
1 parent 3c47ada commit 5ce4940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nextflow.config
Expand Up @@ -86,22 +86,26 @@ if (!params.help || !params.help || !params.list_wfs) {
// Reporting configuration
timeline {
enabled = true
overwrite = true
file = "${infodir}/${params.wf}-timeline.html"
}

report {
enabled = true
overwrite = true
file = "${infodir}/${params.wf}-report.html"
}

trace {
enabled = true
overwrite = true
file = "${infodir}/${params.wf}-trace.txt"
fields = 'task_id,hash,native_id,process,tag,name,status,exit,module,container,cpus,time,disk,memory,attempt,start,complete,duration,realtime,queue,%cpu,%mem,rss,vmem'
}

dag {
enabled = true
overwrite = true
file = "${infodir}/${params.wf}-dag.svg"
}
}
Expand Down

0 comments on commit 5ce4940

Please sign in to comment.