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 flye 2.9.4 #982

Closed erinyoung closed 3 months ago

erinyoung commented 3 months ago

There's a new version of flye!

It comes with

Minor technical changes

https://github.com/fenderglass/Flye/releases/tag/2.9.4

I updated the version arg.

The full diff:

$ diff flye/2.9.3/Dockerfile flye/2.9.4/Dockerfile 
2c2
< ARG FLYE_VER="2.9.3"
---
> ARG FLYE_VER="2.9.4"

Pull Request (PR) checklist:

Kincekara commented 3 months ago

The test looks good. Thank you for the update! Deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/9095910177