Skip to content

Commit

Permalink
chore: Bump containers with new wave version
Browse files Browse the repository at this point in the history
Not sure why that's happening...
  • Loading branch information
edmundmiller committed Feb 16, 2024
1 parent 881de0a commit 25f2b00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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--dd5b3a544b28c5c3"
container "nf-core/modules/bowtie_align:bowtie_align--d797c0ccd2d330fd"

input:
tuple val(meta), path(reads)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/bowtie/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process BOWTIE_BUILD {
label 'process_high'

conda "${moduleDir}/environment.yml"
container "nf-core/modules/bowtie_build:bowtie_build--a6833a982c474692"
container "nf-core/modules/bowtie_build:bowtie_build--4ee5ca3f4bf65e6a"

input:
path fasta
Expand Down
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--4731ee50a742fc67"
container "nf-core/modules/samtools_view:samtools_view--033f764f39eb1f2d"

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

0 comments on commit 25f2b00

Please sign in to comment.