From 131609dc05cae94d7504d19d7d6a2df5810c8203 Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Sun, 29 Nov 2020 13:25:11 +0530 Subject: [PATCH] Tweak the output section to make the tests pass --- software/multiqc/main.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/multiqc/main.nf b/software/multiqc/main.nf index ddf4ea3e..a577a299 100644 --- a/software/multiqc/main.nf +++ b/software/multiqc/main.nf @@ -18,8 +18,8 @@ process MULTIQC { path(generic_report) output: - path("multiqc_data"), emit: dir - path("multiqc_report.html"), emit: html + path "multiqc_data", emit: dir + path "multiqc_report.html", emit: html path "*.version.txt", emit: version script: