Skip to content

Commit

Permalink
Bump MultiQC to 1.24.1 (#6230)
Browse files Browse the repository at this point in the history
* Bump MultiQC to 1.24.1

* Fix versions yml tests for mqc

* Push small bugfix

* Fix
  • Loading branch information
apeltzer authored Aug 21, 2024
1 parent 968aaad commit fb387b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/multiqc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::multiqc=1.24
- bioconda::multiqc=1.24.1
4 changes: 2 additions & 2 deletions modules/nf-core/multiqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process MULTIQC {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/multiqc:1.24--pyhdfd78af_0' :
'biocontainers/multiqc:1.24--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/multiqc:1.24.1--pyhdfd78af_0' :
'biocontainers/multiqc:1.24.1--pyhdfd78af_0' }"

input:
path multiqc_files, stageAs: "?/*"
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/multiqc/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"multiqc_versions_single": {
"content": [
[
"versions.yml:md5,0c5c5c2a79011c26b34b0b0e80b7c8e2"
"versions.yml:md5,6eb13f3b11bbcbfc98ad3166420ff760"
]
],
"meta": {
Expand All @@ -17,7 +17,7 @@
"multiqc_report.html",
"multiqc_data",
"multiqc_plots",
"versions.yml:md5,0c5c5c2a79011c26b34b0b0e80b7c8e2"
"versions.yml:md5,6eb13f3b11bbcbfc98ad3166420ff760"
]
],
"meta": {
Expand All @@ -29,7 +29,7 @@
"multiqc_versions_config": {
"content": [
[
"versions.yml:md5,0c5c5c2a79011c26b34b0b0e80b7c8e2"
"versions.yml:md5,6eb13f3b11bbcbfc98ad3166420ff760"
]
],
"meta": {
Expand Down

0 comments on commit fb387b1

Please sign in to comment.