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 datasets version 16.15.0 #979

Closed erinyoung closed 3 months ago

erinyoung commented 3 months ago

There's a new version of datasets!

According to the release page it looks like most of the changes are to documentation, but there are also some bug fixes.

In truth, there's a version more current that this one, but it's missing its pre-compiled binary. I find that very suspicious.

All I did was update the version arg:

$ diff ncbi-datasets/16.10.3/Dockerfile ncbi-datasets/16.15.0/Dockerfile
3c3
< ARG DATASETS_VER="16.10.3"
---
> ARG DATASETS_VER="16.15.0"

Pull Request (PR) checklist:

Kincekara commented 3 months ago

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