Skip to content

Commit 9656d95

Browse files
bump to MultiQC version 1.33 (#9538)
* bump to 1.33 * update snapshots --------- Co-authored-by: Matthias Hörtenhuber <[email protected]>
1 parent dfa7f1a commit 9656d95

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

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.32
7+
- bioconda::multiqc=1.33

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/8c/8c6c120d559d7ee04c7442b61ad7cf5a9e8970be5feefb37d68eeaa60c1034eb/data' :
7-
'community.wave.seqera.io/library/multiqc:1.32--d58f60e4deb769bf' }"
6+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/34/34e733a9ae16a27e80fe00f863ea1479c96416017f24a907996126283e7ecd4d/data' :
7+
'community.wave.seqera.io/library/multiqc:1.33--ee7739d47738383b' }"
88

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
[
77
"MULTIQC",
88
"multiqc",
9-
"1.32"
9+
"1.33"
1010
]
1111
]
1212
}
1313
],
1414
"meta": {
15-
"nf-test": "0.9.2",
16-
"nextflow": "25.04.6"
15+
"nf-test": "0.9.3",
16+
"nextflow": "25.10.2"
1717
},
1818
"timestamp": "2025-12-09T10:10:43.020315838"
1919
},
@@ -28,15 +28,15 @@
2828
[
2929
"MULTIQC",
3030
"multiqc",
31-
"1.32"
31+
"1.33"
3232
]
3333
]
3434
}
3535
]
3636
],
3737
"meta": {
38-
"nf-test": "0.9.2",
39-
"nextflow": "25.04.6"
38+
"nf-test": "0.9.3",
39+
"nextflow": "25.10.2"
4040
},
4141
"timestamp": "2025-12-09T10:11:14.131950776"
4242
},
@@ -47,14 +47,14 @@
4747
[
4848
"MULTIQC",
4949
"multiqc",
50-
"1.32"
50+
"1.33"
5151
]
5252
]
5353
}
5454
],
5555
"meta": {
56-
"nf-test": "0.9.2",
57-
"nextflow": "25.04.6"
56+
"nf-test": "0.9.3",
57+
"nextflow": "25.10.2"
5858
},
5959
"timestamp": "2025-12-09T10:11:07.15692209"
6060
}

0 commit comments

Comments
 (0)