Skip to content

Commit ed2e99e

Browse files
committed
update seqera container
via `nf-core m container create multiqc` from nf-core/tools#3954
1 parent 0d3ad87 commit ed2e99e

10 files changed

Lines changed: 497 additions & 425 deletions

modules/nf-core/multiqc/.conda-lock/linux_amd64-bd-839587b417d23042_1.txt renamed to modules/nf-core/multiqc/.conda-lock/linux_amd64-bd-c17fb751507e9dfc_1.txt

Lines changed: 121 additions & 104 deletions
Large diffs are not rendered by default.

modules/nf-core/multiqc/.conda-lock/linux_arm64-bd-3e45d17b40a576b4_1.txt renamed to modules/nf-core/multiqc/.conda-lock/linux_arm64-bd-5c84a5000a226ab5_1.txt

Lines changed: 121 additions & 105 deletions
Large diffs are not rendered by default.

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.35=pyhdfd78af_1
7+
- bioconda::multiqc=1.35

modules/nf-core/multiqc/main.nf

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

55
conda "${moduleDir}/environment.yml"
66
container "${workflow.containerEngine in ['singularity', 'apptainer'] && !task.ext.singularity_pull_docker_container
7-
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/0b/0b4b947021543bacdad0f6782548551bc8d4ef693f4602c9a8ea06f7dae9b013/data'
8-
: 'community.wave.seqera.io/library/multiqc:1.35--3e9b193adb49ed12'}"
7+
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/c8/c8e346f4f6080eadf1253505e6ff09ef004454fc18e8d672006fd7b222cc412e/data'
8+
: 'community.wave.seqera.io/library/multiqc:1.35--c17fb751507e9dfc'}"
99

1010
input:
1111
tuple val(meta), path(multiqc_files, stageAs: "?/*"), path(multiqc_config, stageAs: "?/*"), path(multiqc_logo), path(replace_names), path(sample_names)

modules/nf-core/multiqc/meta.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,24 +110,24 @@ maintainers:
110110
containers:
111111
conda:
112112
linux/amd64:
113-
lock_file: modules/nf-core/multiqc/.conda-lock/linux_amd64-bd-839587b417d23042_1.txt
113+
lock_file: modules/nf-core/multiqc/.conda-lock/linux_amd64-bd-c17fb751507e9dfc_1.txt
114114
linux/arm64:
115-
lock_file: modules/nf-core/multiqc/.conda-lock/linux_arm64-bd-3e45d17b40a576b4_1.txt
115+
lock_file: modules/nf-core/multiqc/.conda-lock/linux_arm64-bd-5c84a5000a226ab5_1.txt
116116
docker:
117117
linux/amd64:
118-
name: community.wave.seqera.io/library/multiqc:1.35--839587b417d23042
119-
build_id: bd-839587b417d23042_1
120-
scan_id: sc-f87d7a31551c029f_1
118+
name: community.wave.seqera.io/library/multiqc:1.35--c17fb751507e9dfc
119+
build_id: bd-c17fb751507e9dfc_1
120+
scan_id: sc-3b1b3932f9846892_1
121121
linux/arm64:
122-
name: community.wave.seqera.io/library/multiqc:1.35--3e45d17b40a576b4
123-
build_id: bd-3e45d17b40a576b4_1
124-
scan_id: sc-1d0cf4ed1a4b61e0_1
122+
name: community.wave.seqera.io/library/multiqc:1.35--5c84a5000a226ab5
123+
build_id: bd-5c84a5000a226ab5_1
124+
scan_id: sc-0d39df41e9737bbd_1
125125
singularity:
126126
linux/amd64:
127-
name: oras://community.wave.seqera.io/library/multiqc:1.35--cb7458fda84d6393
128-
build_id: bd-cb7458fda84d6393_1
129-
https: https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/12/1297c0f5075c19486da167ebf1b6136907d6b5339697b87b29fda335221785b3/data
127+
name: oras://community.wave.seqera.io/library/multiqc:1.35--c680f2aea25ccec2
128+
build_id: bd-c680f2aea25ccec2_1
129+
https: https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/c8/c8e346f4f6080eadf1253505e6ff09ef004454fc18e8d672006fd7b222cc412e/data
130130
linux/arm64:
131-
name: oras://community.wave.seqera.io/library/multiqc:1.35--f79e87603d312ac0
132-
build_id: bd-f79e87603d312ac0_1
133-
https: https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/c0/c007304153702edc622f1a76b41505e7fca65c7145e5b8b2ddce62a5c59af207/data
131+
name: oras://community.wave.seqera.io/library/multiqc:1.35--c0468833d65b2f81
132+
build_id: bd-c0468833d65b2f81_1
133+
https: https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/e4/e48aa28aebc881254a499b24c3e1ce77b8df1b85a5432699ed6f72eb17ac7fb5/data

modules/nf-core/multiqcsav/.conda-lock/linux_amd64-bd-d497f2c0ee14021c_1.txt renamed to modules/nf-core/multiqcsav/.conda-lock/linux_amd64-bd-9b10d606ce2f36b6_1.txt

Lines changed: 123 additions & 103 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)