Skip to content
Snippets Groups Projects
Commit 6fca166f authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Remove multiqc module

parent f32d0160
2 merge requests!70Develop,!69Remove multiqc module
Pipeline #6758 passed with stages
in 8 minutes and 35 seconds
...@@ -377,7 +377,6 @@ metricsSummary = metricsSummary211.mix(metricsSummary220, metricsSummary302, met ...@@ -377,7 +377,6 @@ metricsSummary = metricsSummary211.mix(metricsSummary220, metricsSummary302, met
process multiqc { process multiqc {
tag "${name}" tag "${name}"
publishDir "${outDir}/${task.process}/${name}", mode: 'copy' publishDir "${outDir}/${task.process}/${name}", mode: 'copy'
module 'multiqc/1.7'
input: input:
file ('*') from metricsSummary.collect() 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