From 71961c0bededdba1b5a427144f93a7e90511fec4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:16:22 +0000 Subject: [PATCH] chore(deps): update biocontainers/chromap docker tag to v0.2.7 --- modules/nf-core/chromap/index/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/chromap/index/main.nf b/modules/nf-core/chromap/index/main.nf index 41bd99fddccc..e67e31134b0a 100644 --- a/modules/nf-core/chromap/index/main.nf +++ b/modules/nf-core/chromap/index/main.nf @@ -5,7 +5,7 @@ process CHROMAP_INDEX { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/chromap:0.2.6--hdcf5f25_0' : - 'biocontainers/chromap:0.2.6--hdcf5f25_0' }" + 'biocontainers/chromap:0.2.7--hdcf5f25_0' }" input: tuple val(meta), path(fasta)