From 6fca166fbe0adf945e19e26f17e688361e0a3d17 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sun, 26 Apr 2020 18:23:45 -0500 Subject: [PATCH] Remove multiqc module --- workflow/main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/main.nf b/workflow/main.nf index 6a181b0..b796771 100755 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -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() -- GitLab