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