File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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)
103104WORKDIR /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
You can’t perform that action at this time.
0 commit comments