StaPH-B / docker-builds

:package: :whale: Dockerfiles and documentation on tools for public health bioinformatics
GNU General Public License v3.0
187 stars 119 forks source link

adding iqtree2 version 2.3.6 #1061

Closed erinyoung closed 2 weeks ago

erinyoung commented 3 weeks ago

There's a new version of iqtree2!

And this time I remembered to include the Dockerfile in the PR!!! (Sorry about https://github.com/StaPH-B/docker-builds/pull/1015).

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

All I did was copy the file for 2.3.4 and update the version arg.

The full diff

$ diff iqtree2/2.3.4/Dockerfile iqtree2/2.3.6/Dockerfile 
1c1
< ARG IQTREE2_VER="2.3.4"
---
> ARG IQTREE2_VER="2.3.6"

Pull Request (PR) checklist:

Kincekara commented 2 weeks ago

Thank you for the update and the Dockerfile as well :smile: The deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/11109545089