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

Change multiqc order and fic config param

parent 274c185c
Branches
Tags
4 merge requests!53Develop,!47Resolve "Add MultiQC",!46Resolve "Add MultiQC",!44Add MultiQC to output. Add version and reference material. fix README
Pipeline #4196 passed with stages
in 20 minutes and 49 seconds
......@@ -54,3 +54,9 @@ table_columns_visible:
Reads Mapped Confidently to Exonic Regions: False
thousandsSep_format: ''
report_section_order:
Software_Versions:
order: -1100
Software_References:
order: -1200
......@@ -56,7 +56,7 @@ forceCells = params.forceCells
chemistryParam = params.chemistryParam
version = params.version
outDir = params.outDir
multiqcConf = params.multiqc
multiqcConf = params.multiqcConf
references = params.references
......@@ -286,6 +286,6 @@ process multiqc {
ulimit -a
awk 'FNR==1 && NR!=1{next;}{print}' *.tsv > metrics_summary_mqc.tsv
sed -i '1s/^.*\tE/Sample\tE/' metrics_summary_mqc.tsv
multiqc -c $multiqcConf
multiqc -c $multiqcConf .
"""
}
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