Skip to content
Snippets Groups Projects
Commit efac9095 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add report, trace, timeline

parent 95fc6b1f
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8901 canceled with stages
in 8 minutes and 56 seconds
......@@ -97,19 +97,19 @@ process {
}
trace {
enabled = false
file = 'pipeline_trace.txt'
enabled = true
file = '${params.outDir}/${params.repRID}_trace.txt'
fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss'
}
timeline {
enabled = false
file = 'timeline.html'
enabled = true
file = '${params.outDir}/${param.repRID}_timeline.html'
}
report {
enabled = false
file = 'report.html'
enabled = true
file = '${params.outDir}/${param.repRID}_report.html'
}
tower {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment