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)