Skip to content

Commit

Permalink
Add closure to multiqc ext.args
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Nov 9, 2023
1 parent 9ab896c commit 31d5f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ process {
}

withName: 'MULTIQC' {
ext.args = params.multiqc_title ? "--title \"$params.multiqc_title\"" : ''
ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title\"" : '' }
publishDir = [
path: { "${params.outdir}/multiqc" },
mode: params.publish_dir_mode,
Expand Down

0 comments on commit 31d5f84

Please sign in to comment.