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

Merge branch 'cherry-pick-927e3ba6' into 'develop'

Add started time to multiqc #77

See merge request !44
parents 698ec0c7 6bc7f30f
Branches
Tags
2 merge requests!58Develop,!44Add started time to multiqc #77
Pipeline #8071 failed with stage
in 3 minutes and 23 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