Update modules/multiqc/main.nf

Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se>
This commit is contained in:
Matthias De Smet 2022-06-08 14:41:10 +02:00 committed by GitHub
parent 7b018acabb
commit e5f8924fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,10 @@ process MULTIQC {
def args = task.ext.args ?: ''
def config = multiqc_config ? "--config $multiqc_config" : ''
"""
multiqc \
--force \
$config \
$args \
multiqc \\
--force \\
$config \\
$args \\
.
cat <<-END_VERSIONS > versions.yml