StaPH-B / docker-builds

:package: :whale: Dockerfiles and documentation on tools for public health bioinformatics
GNU General Public License v3.0
182 stars 116 forks source link

adding bowtie2 version 2.5.4 #990

Closed erinyoung closed 2 months ago

erinyoung commented 2 months ago

There's a new version of bowtie2!

Release notes: https://github.com/BenLangmead/bowtie2/releases/tag/v2.5.4

Notably, this reverts some changes from 2.5.0.

I updated bowtie2 to 2.5.4 and samtools to 1.20


$ diff bowtie2/2.5.3/Dockerfile bowtie2/2.5.4/Dockerfile 
3c3
< FROM staphb/samtools:1.19 as samtools
---
> FROM staphb/samtools:1.20 as samtools
7c7
< ARG BOWTIE2VER=2.5.3
---
> ARG BOWTIE2VER=2.5.4

Pull Request (PR) checklist:

Kincekara commented 2 months ago

Thank you for the update! Deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/9767071885