Skip to content

Commit 3a48047

Browse files
Update IQtree to v2.2.2.4
1 parent 96ac3e8 commit 3a48047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ RUN curl -fsSL https://mafft.cbrc.jp/alignment/software/mafft-7.520-linux.tgz \
100100
# NOTE: Running this program requires support for emulation on the Docker host
101101
# if the processor architecture is not amd64.
102102
# TODO: Build from source to avoid emulation. Instructions: http://www.iqtree.org/doc/Compilation-Guide
103+
# Last update: 2023-05-03 to v2.2.2.4 from v2.1.2 (2020-10-22)
103104
WORKDIR /download/IQ-TREE
104-
RUN curl -fsSL https://github.com/iqtree/iqtree2/releases/download/v2.1.2/iqtree-2.1.2-Linux.tar.gz \
105+
RUN curl -fsSL https://github.com/iqtree/iqtree2/releases/download/v2.2.2.4/iqtree-2.2.2.4-Linux.tar.gz \
105106
| tar xzvpf - --no-same-owner --strip-components=1 \
106107
&& mv bin/iqtree2 /final/bin/iqtree
107108

0 commit comments

Comments
 (0)