From a898ba16f02cc52feaf251c31bdb73fac99580b9 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 10 Oct 2024 08:29:40 +0200 Subject: [PATCH] multiqc_plots is a folder not a file --- modules/nf-core/multiqc/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/multiqc/main.nf b/modules/nf-core/multiqc/main.nf index 9724d2f34ef..cc0643e1d58 100644 --- a/modules/nf-core/multiqc/main.nf +++ b/modules/nf-core/multiqc/main.nf @@ -52,7 +52,7 @@ process MULTIQC { stub: """ mkdir multiqc_data - touch multiqc_plots + mkdir multiqc_plots touch multiqc_report.html cat <<-END_VERSIONS > versions.yml