Skip to content

Commit 76ce928

Browse files
committed
update mqc to v1.27
1 parent 190cbec commit 76ce928

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/local/custom_multiqc/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ channels:
55
dependencies:
66
- pip
77
- pip:
8-
- multiqc==1.25.1
8+
- multiqc==1.27
99
- pandas==2.2.3

modules/local/custom_multiqc/main.nf

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process CUSTOM_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/73/73a8b9ad157a08e5aa8a83cdb1975f9d4ff46f112351ebb9427b27dc32763c76/data':
7-
'community.wave.seqera.io/library/pip_multiqc_pandas:d84d38acb8d47ed1' }"
6+
'oras://community.wave.seqera.io/library/pip_multiqc_pandas:2c12fd808e751af1':
7+
'community.wave.seqera.io/library/pip_multiqc_pandas:bffcc4521f62d9ac' }"
88

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

0 commit comments

Comments
 (0)