Skip to content
Snippets Groups Projects

Add started time to multiqc #77

Merged Gervaise Henry requested to merge cherry-pick-927e3ba6 into develop
Compare and
1 file
+ 2
2
Preferences
File browser
Compare changes
+ 2
2
@@ -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