Skip to content

Commit 6588b06

Browse files
authored
Merge pull request #1362 from nf-core/multiqc_test_config
Move multiqc module prefix for nf-test to module
2 parents f6af6d9 + ee0ad86 commit 6588b06

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
115115
- [PR #1357](https://github.com/nf-core/rnaseq/pull/1357) - Fix anchor issue in multiqc
116116
- [PR #1358](https://github.com/nf-core/rnaseq/pull/1358) - Update test profiles to restore a static URI for megatests
117117
- [PR #1359](https://github.com/nf-core/rnaseq/pull/1359) - Update MultiQC and revert unnecessary workaround
118+
- [PR #1362](https://github.com/nf-core/rnaseq/pull/1362) - Move multiqc module prefix for nf-test to module
118119

119120
### Parameters
120121

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"multiqc": {
9494
"branch": "master",
95-
"git_sha": "fb387b16025333f6d66b88d6c48c3719f47b1637",
95+
"git_sha": "fe9614c5d1d9820dae56a5e30a07ba336db45835",
9696
"installed_by": ["modules"]
9797
},
9898
"picard/markduplicates": {

modules/nf-core/multiqc/tests/main.nf.test

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/multiqc/tests/nextflow.config

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/nextflow.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ process {
2727
memory = 3.GB
2828
time = 2.h
2929
}
30-
withName: 'MULTIQC' {
31-
ext.prefix = null
32-
}
3330
}
3431

3532
// Impose same minimum Nextflow version as the pipeline for testing

0 commit comments

Comments
 (0)