Skip to content

Commit af27af1

Browse files
authored
bump multiqc to 3.12 🖤 (#9251)
1 parent 98c35fb commit af27af1

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

modules/nf-core/multiqc/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::multiqc=1.31
7+
- bioconda::multiqc=1.32

modules/nf-core/multiqc/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process MULTIQC {
33

44
conda "${moduleDir}/environment.yml"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/ef/eff0eafe78d5f3b65a6639265a16b89fdca88d06d18894f90fcdb50142004329/data' :
7-
'community.wave.seqera.io/library/multiqc:1.31--1efbafd542a23882' }"
6+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/8c/8c6c120d559d7ee04c7442b61ad7cf5a9e8970be5feefb37d68eeaa60c1034eb/data' :
7+
'community.wave.seqera.io/library/multiqc:1.32--d58f60e4deb769bf' }"
88

99
input:
1010
path multiqc_files, stageAs: "?/*"

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
"multiqc_versions_single": {
33
"content": [
44
[
5-
"versions.yml:md5,8968b114a3e20756d8af2b80713bcc4f"
5+
"versions.yml:md5,737bb2c7cad54ffc2ec020791dc48b8f"
66
]
77
],
88
"meta": {
9-
"nf-test": "0.9.2",
10-
"nextflow": "25.04.6"
9+
"nf-test": "0.9.3",
10+
"nextflow": "24.10.4"
1111
},
12-
"timestamp": "2025-09-08T20:57:36.139055243"
12+
"timestamp": "2025-10-27T13:33:24.356715"
1313
},
1414
"multiqc_stub": {
1515
"content": [
1616
[
1717
"multiqc_report.html",
1818
"multiqc_data",
1919
"multiqc_plots",
20-
"versions.yml:md5,8968b114a3e20756d8af2b80713bcc4f"
20+
"versions.yml:md5,737bb2c7cad54ffc2ec020791dc48b8f"
2121
]
2222
],
2323
"meta": {
24-
"nf-test": "0.9.2",
25-
"nextflow": "25.04.6"
24+
"nf-test": "0.9.3",
25+
"nextflow": "24.10.4"
2626
},
27-
"timestamp": "2025-09-08T20:59:15.142230631"
27+
"timestamp": "2025-10-27T13:34:11.103619"
2828
},
2929
"multiqc_versions_config": {
3030
"content": [
3131
[
32-
"versions.yml:md5,8968b114a3e20756d8af2b80713bcc4f"
32+
"versions.yml:md5,737bb2c7cad54ffc2ec020791dc48b8f"
3333
]
3434
],
3535
"meta": {
36-
"nf-test": "0.9.2",
37-
"nextflow": "25.04.6"
36+
"nf-test": "0.9.3",
37+
"nextflow": "24.10.4"
3838
},
39-
"timestamp": "2025-09-08T20:58:29.629087066"
39+
"timestamp": "2025-10-27T13:34:04.615233"
4040
}
4141
}

0 commit comments

Comments
 (0)