Skip to content
Snippets Groups Projects
Verified Commit 3cd8d74f authored by Laurent Modolo's avatar Laurent Modolo
Browse files

multiqc: fix process name

parent 1ae0c21d
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ multiqc( ...@@ -16,7 +16,7 @@ multiqc(
report_b, report_b,
report_c, report_c,
report_d report_d
) ).collect()
) )
*/ */
...@@ -44,7 +44,7 @@ workflow multiqc { ...@@ -44,7 +44,7 @@ workflow multiqc {
report = multiqc_default.out.report report = multiqc_default.out.report
} }
process multiqc { process multiqc_default {
container = "${container_url}" container = "${container_url}"
label "big_mem_mono_cpus" label "big_mem_mono_cpus"
if (params.multiqc_out != "") { if (params.multiqc_out != "") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment