diff --git a/modules/nf-core/diamond/cluster/environment.yml b/modules/nf-core/diamond/cluster/environment.yml index 5dc13ad057b2..a1b7ff3f55b0 100644 --- a/modules/nf-core/diamond/cluster/environment.yml +++ b/modules/nf-core/diamond/cluster/environment.yml @@ -4,4 +4,4 @@ channels: - conda-forge - bioconda dependencies: - - bioconda::diamond=2.2.1 + - bioconda::diamond=2.2.2 diff --git a/modules/nf-core/diamond/cluster/main.nf b/modules/nf-core/diamond/cluster/main.nf index 5f68bbc87d87..263f92c396fa 100644 --- a/modules/nf-core/diamond/cluster/main.nf +++ b/modules/nf-core/diamond/cluster/main.nf @@ -4,8 +4,8 @@ process DIAMOND_CLUSTER { conda "${moduleDir}/environment.yml" container "${workflow.containerEngine in ['singularity', 'apptainer'] && !task.ext.singularity_pull_docker_container - ? 'https://depot.galaxyproject.org/singularity/diamond:2.2.1--he361c42_0' - : 'quay.io/biocontainers/diamond:2.2.1--he361c42_0'}" + ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/63/63594b00a9e68e690f398d9b9788a883753442dedcce590b4ba5aa97cff200f1/data' + : 'community.wave.seqera.io/library/diamond:2.2.2--910ae987965d0d4d'}" input: tuple val(meta), path(db) diff --git a/modules/nf-core/diamond/cluster/tests/main.nf.test.snap b/modules/nf-core/diamond/cluster/tests/main.nf.test.snap index fa86a0833bda..5f9320b85cea 100644 --- a/modules/nf-core/diamond/cluster/tests/main.nf.test.snap +++ b/modules/nf-core/diamond/cluster/tests/main.nf.test.snap @@ -7,15 +7,15 @@ [ "DIAMOND_CLUSTER", "diamond", - "2.2.1" + "2.2.2" ] ] } ], - "timestamp": "2026-06-11T10:36:59.391932545", + "timestamp": "2026-07-01T07:15:49.426066923", "meta": { "nf-test": "0.9.5", - "nextflow": "26.04.3" + "nextflow": "26.04.4" } }, "human - dmnd": { @@ -26,15 +26,15 @@ [ "DIAMOND_CLUSTER", "diamond", - "2.2.1" + "2.2.2" ] ] } ], - "timestamp": "2026-06-11T10:37:47.938995122", + "timestamp": "2026-07-01T07:16:36.593410977", "meta": { "nf-test": "0.9.5", - "nextflow": "26.04.3" + "nextflow": "26.04.4" } }, "human - fasta - stub": { @@ -53,7 +53,7 @@ [ "DIAMOND_CLUSTER", "diamond", - "2.2.1" + "2.2.2" ] ], "tsv": [ @@ -69,15 +69,15 @@ [ "DIAMOND_CLUSTER", "diamond", - "2.2.1" + "2.2.2" ] ] } ], - "timestamp": "2026-06-11T10:32:10.51695773", + "timestamp": "2026-07-01T07:16:43.605300973", "meta": { "nf-test": "0.9.5", - "nextflow": "26.04.3" + "nextflow": "26.04.4" } } } \ No newline at end of file