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

Add started time to multiqc #77

(cherry picked from commit 927e3ba6)
parent 698ec0c7
Branches
Tags
2 merge requests!58Develop,!44Add started time to multiqc #77
Pipeline #8066 passed with stages
in 7 hours, 1 minute, and 53 seconds
......@@ -1101,8 +1101,8 @@ process aggrQC {
fi
fi
echo -e "LOG: creating run table" >> ${repRID}.aggrQC.log
echo -e "Session\tSession ID\tPipeline Version\tInput" > run.tsv
echo -e "Session\t${workflow.sessionId}\t${workflow.manifest.version}\t\${input}" >> run.tsv
echo -e "Session\tSession ID\tStart Time\tPipeline Version\tInput" > run.tsv
echo -e "Session\t${workflow.sessionId}\t${workflow.start}\t${workflow.manifest.version}\t\${input}" >> run.tsv
# make RID table
......
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