Skip to content

Commit

Permalink
Change Samtools/view to use same container as all other samtools modu…
Browse files Browse the repository at this point in the history
…les (#7058)

change to same container as all other samtools modules

Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 6, 2025
1 parent 376c622 commit b21df1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/samtools/view/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b21df1b

Please sign in to comment.