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 c70900f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
7 changes: 3 additions & 4 deletions modules/nf-core/bowtie/align/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: bowtie_align
name: bowtie_samtools
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- bioconda::bowtie=1.3.0
- bioconda::samtools=1.16.1
- bioconda::bowtie=1.3.1
- bioconda::samtools=1.20
2 changes: 1 addition & 1 deletion modules/nf-core/bowtie/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process BOWTIE_ALIGN {
label 'process_high'

conda "${moduleDir}/environment.yml"
container "nf-core/modules/bowtie_align:bowtie_align--d797c0ccd2d330fd"
container "community.wave.seqera.io/library/bowtie_samtools:772b3bee982574e4"

input:
tuple val(meta), path(reads)
Expand Down
7 changes: 3 additions & 4 deletions modules/nf-core/bowtie/build/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: bowtie_build
name: bowtie_samtools
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- bioconda::bowtie=1.3.0
- bioconda::samtools=1.16.1
- bioconda::bowtie=1.3.1
- bioconda::samtools=1.20
7 changes: 3 additions & 4 deletions modules/nf-core/samtools/view/environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: samtools_view
name: htslib_samtools
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 c70900f

Please sign in to comment.