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

ncbi datasets version 16.22.1 #999

Closed erinyoung closed 2 months ago

erinyoung commented 2 months ago

There's a new version of datasets!

There are some bug fixes according to https://github.com/ncbi/datasets/releases

I just copied the files from 16.15.0 and updated the version ARG

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

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/9782702870