Skip to content

Commit f93bffc

Browse files
authored
Update modules/local/multiqc.nf
1 parent 26a7ecc commit f93bffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/local/multiqc.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ process MULTIQC {
4444
path "macs3/annotation/*"
4545
path "macs3/featurecounts/*"
4646

47-
path 'deseq2/*'
48-
path 'deseq2/*'
47+
path "deseq2/*"
48+
path "deseq2/*"
4949

5050
output:
5151
path "*multiqc_report.html", emit: report

0 commit comments

Comments
 (0)