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

Merge branch '45-bug.multiqc' into 'develop'

Remove multiqc module

Closes #45

See merge request !69
parents f32d0160 bae2fcb5
2 merge requests!70Develop,!69Remove multiqc module
Pipeline #6808 passed with stages
in 8 minutes and 55 seconds
......@@ -5,6 +5,7 @@
* Add option for 5' GEX chemistry
* Remove cellranger 3.0.1 as an option
* Add cellranger 2.2.0 as an option
* Fix CLI MultiQC failure bug
**Background**
* Add Nextflow Tower integration into CI (GHH's profile)
......
......@@ -377,7 +377,6 @@ metricsSummary = metricsSummary211.mix(metricsSummary220, metricsSummary302, met
process multiqc {
tag "${name}"
publishDir "${outDir}/${task.process}/${name}", mode: 'copy'
module 'multiqc/1.7'
input:
file ('*') from metricsSummary.collect()
......
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