Skip to content

Commit

Permalink
build: Update to use commity.wave.seqera.io
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 11, 2024
1 parent 4b4f8e5 commit f33c0e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions modules/nf-core/samtools/view/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: samtools_view
channels:
- conda-forge
- bioconda
- defaults
dependencies:
# renovate: datasource=conda depName=bioconda/samtools
- bioconda::samtools=1.20
# renovate: datasource=conda depName=bioconda/htslib
- bioconda::htslib=1.20
# renovate: datasource=conda depName=bioconda/samtools
- bioconda::samtools=1.20
2 changes: 1 addition & 1 deletion modules/nf-core/samtools/view/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process SAMTOOLS_VIEW {
label 'process_low'

conda "${moduleDir}/environment.yml"
container "nf-core/modules/samtools_view:samtools_view--033f764f39eb1f2d"
container "community.wave.seqera.io/library/htslib_samtools:1.20--11a4e6daa46930ec"

input:
tuple val(meta), path(input), path(index)
Expand Down

0 comments on commit f33c0e0

Please sign in to comment.