Skip to content

Commit

Permalink
Lock prefix config for multiqc (#6244)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored Aug 22, 2024
1 parent 5662e1d commit fe9614c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nf-core/multiqc/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ nextflow_process {
tag "modules_nfcore"
tag "multiqc"

config "./nextflow.config"

test("sarscov2 single-end [fastqc]") {

when {
Expand Down
5 changes: 5 additions & 0 deletions modules/nf-core/multiqc/tests/nextflow.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
process {
withName: 'MULTIQC' {
ext.prefix = null
}
}

0 comments on commit fe9614c

Please sign in to comment.