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 mafft version 7.526 #1008

Closed erinyoung closed 2 months ago

erinyoung commented 2 months ago

There's a new version of mafft!

I am unsure what has changed (this version isn't in https://mafft.cbrc.jp/alignment/software/changelog.html), but I imagine it's feature improvements and bug fixes.

I just copied the files from version 7.510 and updated the version ARG.

$ diff mafft/7.52{0,6}/Dockerfile
5c5
< ARG MAFFT_VER="7.520"
---
> ARG MAFFT_VER="7.526"

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