Skip to content

Commit

Permalink
fix multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Jul 4, 2023
1 parent bc9ecc9 commit 76e7d38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ process {
overwrite: true,
enabled: true,
mode: params.publish_dir_mode,
path: "${params.outdir}/multiqc",
path: "${params.outdir}/multiqc_reports",
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}
Expand Down
4 changes: 2 additions & 2 deletions tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"content": [
"hg38.5kbp.rda:md5,d41d8cd98f00b204e9800998ecf8427e",
"hg38.10kbp.rda:md5,d41d8cd98f00b204e9800998ecf8427e",
false
true
],
"timestamp": "2023-07-04T08:59:15+0000"
"timestamp": "2023-07-04T09:02:29+0000"
}
}

0 comments on commit 76e7d38

Please sign in to comment.