mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
Tweak the output section to make the tests pass
This commit is contained in:
parent
835ac48565
commit
131609dc05
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ process MULTIQC {
|
||||||
path(generic_report)
|
path(generic_report)
|
||||||
|
|
||||||
output:
|
output:
|
||||||
path("multiqc_data"), emit: dir
|
path "multiqc_data", emit: dir
|
||||||
path("multiqc_report.html"), emit: html
|
path "multiqc_report.html", emit: html
|
||||||
path "*.version.txt", emit: version
|
path "*.version.txt", emit: version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue