Skip to content

Commit

Permalink
build: Update container name
Browse files Browse the repository at this point in the history
Guess #4327 broke that
  • Loading branch information
edmundmiller committed Nov 22, 2023
1 parent 424a51f commit b1e0d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:bowtie-1.3.0_samtools-1.16.1--2c2a8138b83d6d1d"
container "nf-core/modules/bowtie:bowtie_align--6c5b9c93546643d8"

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:bowtie-1.3.0_samtools-1.16.1--2c2a8138b83d6d1d"
container "nf-core/modules/bowtie:bowtie_build--df26d88a69745299"

input:
path fasta
Expand Down

0 comments on commit b1e0d43

Please sign in to comment.