From ee9ddc8d53add4d6b3ec83c182a7e2af4c0b101d Mon Sep 17 00:00:00 2001 From: Tyler Chafin Date: Fri, 22 Nov 2024 14:00:13 +0000 Subject: [PATCH] change to same container as all other samtools modules --- modules/nf-core/samtools/view/main.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nf-core/samtools/view/main.nf b/modules/nf-core/samtools/view/main.nf index a6941e63888..4f69a94bc45 100644 --- a/modules/nf-core/samtools/view/main.nf +++ b/modules/nf-core/samtools/view/main.nf @@ -4,8 +4,8 @@ process SAMTOOLS_VIEW { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/9e/9edc2564215d5cd137a8b25ca8a311600987186d406b092022444adf3c4447f7/data' : - 'community.wave.seqera.io/library/htslib_samtools:1.21--6cb89bfd40cbaabf' }" + 'https://depot.galaxyproject.org/singularity/samtools:1.21--h50ea8bc_0' : + 'biocontainers/samtools:1.21--h50ea8bc_0' }" input: tuple val(meta), path(input), path(index)