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

Slight formatting to match cellranger_mkfastq

parent 275a0a70
Branches
Tags
3 merge requests!53Develop,!47Resolve "Add MultiQC",!46Resolve "Add MultiQC"
Pipeline #4203 passed with stages
in 22 minutes and 43 seconds
......@@ -257,6 +257,8 @@ metricsSummary = metricsSummary211.mix(metricsSummary301, metricsSummary302)
// Generate MultiQC Report
process multiqc {
tag "$name"
queue 'super'
publishDir "$outDir/${task.process}/$name", mode: 'copy'
module 'multiqc/1.7'
......@@ -275,4 +277,4 @@ process multiqc {
sed -i '1s/^.*\tE/Sample\tE/' metrics_summary_mqc.tsv
multiqc -c $multiqcConf .
"""
}
\ No newline at end of file
}
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