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

Add started time to multiqc #77

parent 30197ae2
Branches
Tags
1 merge request!78Master
Pipeline #8067 passed with stage
in 2 minutes and 43 seconds
...@@ -1101,8 +1101,8 @@ process aggrQC { ...@@ -1101,8 +1101,8 @@ process aggrQC {
fi fi
fi fi
echo -e "LOG: creating run table" >> ${repRID}.aggrQC.log echo -e "LOG: creating run table" >> ${repRID}.aggrQC.log
echo -e "Session\tSession ID\tPipeline Version\tInput" > run.tsv echo -e "Session\tSession ID\tStart Time\tPipeline Version\tInput" > run.tsv
echo -e "Session\t${workflow.sessionId}\t${workflow.manifest.version}\t\${input}" >> run.tsv echo -e "Session\t${workflow.sessionId}\t${workflow.start}\t${workflow.manifest.version}\t\${input}" >> run.tsv
# make RID table # 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