From 33b5cafdbfb1c1d4cb0ea010e55f47cdb5cf1889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:16:12 +0000 Subject: [PATCH] chore(deps): update biocontainers/annosine2 docker tag to v2.0.9 --- modules/nf-core/annosine/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/annosine/main.nf b/modules/nf-core/annosine/main.nf index fff02ae8eccb..2e391f0a07cf 100644 --- a/modules/nf-core/annosine/main.nf +++ b/modules/nf-core/annosine/main.nf @@ -6,7 +6,7 @@ process ANNOSINE { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/annosine2:2.0.8--pyh7e72e81_0': - 'biocontainers/annosine2:2.0.8--pyh7e72e81_0' }" + 'biocontainers/annosine2:2.0.9--pyh7e72e81_0' }" input: tuple val(meta), path(fasta)