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

Fix config

parent efac9095
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8903 failed with stages
in 16 seconds
......@@ -98,18 +98,18 @@ process {
trace {
enabled = true
file = '${params.outDir}/${params.repRID}_trace.txt'
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 = true
file = '${params.outDir}/${param.repRID}_timeline.html'
file = "${params.outDir}/${params.repRID}_timeline.html"
}
report {
enabled = true
file = '${params.outDir}/${param.repRID}_report.html'
file = "${params.outDir}/${params.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