Tweak the output section to make the tests pass

This commit is contained in:
Abhinav Sharma 2020-11-29 13:25:11 +05:30
parent 835ac48565
commit 131609dc05

View file

@ -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: