Skip to content

Commit

Permalink
Bump MQC to 1.25 (#6655)
Browse files Browse the repository at this point in the history
* Bump MQC to 1.25

* Bump snaps
  • Loading branch information
apeltzer authored Sep 17, 2024
1 parent 3be751e commit 7c316ca
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 @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::multiqc=1.24.1
- bioconda::multiqc=1.25
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.1--pyhdfd78af_0' :
'biocontainers/multiqc:1.24.1--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/multiqc:1.25--pyhdfd78af_0' :
'biocontainers/multiqc:1.25--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,6eb13f3b11bbcbfc98ad3166420ff760"
"versions.yml:md5,8c8724363a5efe0c6f43ab34faa57efd"
]
],
"meta": {
Expand All @@ -17,7 +17,7 @@
"multiqc_report.html",
"multiqc_data",
"multiqc_plots",
"versions.yml:md5,6eb13f3b11bbcbfc98ad3166420ff760"
"versions.yml:md5,8c8724363a5efe0c6f43ab34faa57efd"
]
],
"meta": {
Expand All @@ -29,7 +29,7 @@
"multiqc_versions_config": {
"content": [
[
"versions.yml:md5,6eb13f3b11bbcbfc98ad3166420ff760"
"versions.yml:md5,8c8724363a5efe0c6f43ab34faa57efd"
]
],
"meta": {
Expand Down

0 comments on commit 7c316ca

Please sign in to comment.