Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed May 19, 2024
1 parent 27ff768 commit 05a639f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/multiqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ process MULTIQC {
publishDir params.outdir, mode:'copy'

input:
path('*')
path(config)
path '*'
path 'config'

output:
path('multiqc_report.html'), emit: report
path 'multiqc_report.html', emit: report

script:
"""
Expand Down

0 comments on commit 05a639f

Please sign in to comment.