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

Update multiqc run table for reporting convenience #72

parent 5f48c1c1
Branches
Tags
2 merge requests!43Develop,!420.0.3
Pipeline #8003 failed
......@@ -67,9 +67,12 @@ custom_data:
plot_type: 'table'
pconfig:
id: 'run'
format: '{:,.0f}'
scale: false
format: '{}'
headers:
Session
Session ID
Pipeline Version
rid:
file_format: 'tsv'
section_name: 'RID'
......@@ -77,6 +80,8 @@ custom_data:
plot_type: 'table'
pconfig:
id: 'rid'
scale: false
format: '{}'
headers:
Replicate RID
Experiment RID
......
......@@ -1065,8 +1065,8 @@ process aggrQC {
# make run table
echo -e "LOG: creating run table" >> ${repRID}.aggrQC.log
echo -e "Session ID\tPipeline Version" > run.tsv
echo -e "${workflow.sessionId}\t${workflow.manifest.version}" >> run.tsv
echo -e "Session\tSession ID\tPipeline Version" > run.tsv
echo -e "Session\t${workflow.sessionId}\t${workflow.manifest.version}" >> run.tsv
# make RID table
echo -e "LOG: creating RID table" >> ${repRID}.aggrQC.log
......
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