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 seqkit version 2.8.2 #1002

Closed erinyoung closed 2 months ago

erinyoung commented 2 months ago

There's a new version of seqkit!

According to the release notes there are some amplicon bug fixes and additional features.

After I copied the files from 2.8.1, I removed some comments and updated the software version ARG

$ diff seqkit/2.8.{1,2}/Dockerfile
1,2d0
< # FROM defines the base docker image. This command has to come first in the file
< # The 'as' keyword lets you name the folowing stage. We use `app` for the production image
6c4
< ARG SEQKIT_VER="2.8.1"
---
> ARG SEQKIT_VER="2.8.2"

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