diff --git a/src/nf_modules/multiqc/main.nf b/src/nf_modules/multiqc/main.nf index c239178d86648db9449d02b4808fe0eac3b58741..5eb2b1b749e76ec21ea0cc4e68c963aeddaee462 100644 --- a/src/nf_modules/multiqc/main.nf +++ b/src/nf_modules/multiqc/main.nf @@ -16,7 +16,7 @@ multiqc( report_b, report_c, report_d - ) + ).collect() ) */ @@ -44,7 +44,7 @@ workflow multiqc { report = multiqc_default.out.report } -process multiqc { +process multiqc_default { container = "${container_url}" label "big_mem_mono_cpus" if (params.multiqc_out != "") {