mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update modules/multiqc/main.nf
Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se>
This commit is contained in:
parent
100b3f244c
commit
7b018acabb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ process MULTIQC {
|
|||
|
||||
script:
|
||||
def args = task.ext.args ?: ''
|
||||
def config = multiqc_config ?: "--config $multiqc_config"
|
||||
def config = multiqc_config ? "--config $multiqc_config" : ''
|
||||
"""
|
||||
multiqc \
|
||||
--force \
|
||||
|
|
Loading…
Reference in a new issue