StaPH-B / docker-builds

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

updating htslib to 1.21 #1060

Closed erinyoung closed 2 weeks ago

erinyoung commented 3 weeks ago

There's a new version of htslib!

I copied the files from 1.20.c and updated the software version ARG.

 diff htslib/1.20.c/Dockerfile htslib/1.21/Dockerfile 
2c2
< ARG HTSLIB_VER="1.20"
---
> ARG HTSLIB_VER="1.21"

Pull Request (PR) checklist:

Kincekara commented 2 weeks ago

Thank you for the update! Looks good. I just changed the version in readme. Deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/11106589772

erinyoung commented 2 weeks ago

I'm so sorry about the README! Thank you for catching that!!!