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 iqtree2 version 2.3.5 #1015

Open erinyoung opened 2 months ago

erinyoung commented 2 months ago

There's a new version of iqtree2!

According to the release notes there are some new mixture models for phylogenomics as well as some bug fixes.

I tried to look into this image a bit more because it was getting flagged by cloud watch, but there really isn't much to this image.

I just updated the version ARG and split the apt-get layer onto multiple lines.

The full diff:

$ diff iqtree2/2.3.{4,5}/Dockerfile
1c1
< ARG IQTREE2_VER="2.3.4"
---
> ARG IQTREE2_VER="2.3.5"
24c24,26
<     wget ca-certificates procps && \
---
>     wget \
>     ca-certificates \
>     procps && \

Pull Request (PR) checklist:

Kincekara commented 1 month ago

@erinyoung I can't see the Dockerfile.