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 sylph version 0.6.1 #983

Closed erinyoung closed 3 months ago

erinyoung commented 3 months ago

There's a new version of sylph!

According to the release notes:

Made -u estimation with short-reads slightly more robust. See CHANGELOG. v0.6.0 has a conda install issue. Hopefully v0.6.1 fixes...

I just copied the files from 0.6.0 and updated the version arg:

$ diff sylph/0.6*/Dockerfile
1c1
< ARG SYLPH_VER="0.6.0"
---
> ARG SYLPH_VER="0.6.1"

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