mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08: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:
|
script:
|
||||||
def args = task.ext.args ?: ''
|
def args = task.ext.args ?: ''
|
||||||
def config = multiqc_config ?: "--config $multiqc_config"
|
def config = multiqc_config ? "--config $multiqc_config" : ''
|
||||||
"""
|
"""
|
||||||
multiqc \
|
multiqc \
|
||||||
--force \
|
--force \
|
||||||
|
|
Loading…
Reference in a new issue