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

update freyja to version 1.5.1 #991

Closed erinyoung closed 2 months ago

erinyoung commented 2 months ago

There's a new version of Freyja!

Release notes:

I copied the files from 1.5.0 and updated the version ARG. I also included pyarrow, as that is now a dependency not installed via conda.

$ diff freyja/1.5.{0,1}/Dockerfile
5c5
< ARG FREYJA_SOFTWARE_VERSION="1.5.0"
---
> ARG FREYJA_SOFTWARE_VERSION="1.5.1"
40a41,42
> 
> RUN pip install pyarrow

I also updated the readme to reflect the current database. This will need to be adjusted to the day and database it is actually pushed to dockerhub and quay.

Pull Request (PR) checklist:

erinyoung commented 2 months ago

@Kincekara , could I have this new Freyja image reviewed sometime soon?

Kincekara commented 2 months ago

@erinyoung Thank you for the update! It's reviewed and deployed 🚀 Deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/9666875041