File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ADD install_infernal_and_easel.sh /tmp/
3636RUN /tmp/install_infernal_and_easel.sh
3737
3838ADD install_vsearch.sh /tmp/
39- RUN /tmp/install_vsearch.sh 2.21 .1
39+ RUN /tmp/install_vsearch.sh 2.30 .1
4040
4141ADD install_xsv.sh /tmp/
4242RUN /tmp/install_xsv.sh
Original file line number Diff line number Diff line change 22
33# Install infernal (cmalign) and selected easel binaries to $prefix/bin
44
5- # http://eddylab.org/infernal/infernal-1.1.2 -linux-intel-gcc.tar.gz
5+ # http://eddylab.org/infernal/infernal-1.1.5 -linux-intel-gcc.tar.gz
66
7- VERSION=1.1.2
7+ VERSION=1.1.5
88INFERNAL=infernal-${VERSION} -linux-intel-gcc
99cd /tmp
1010wget -q -nc http://eddylab.org/infernal/${INFERNAL} .tar.gz
Original file line number Diff line number Diff line change 44
55# https://github.com/torognes/vsearch/releases/download/v2.17.0/vsearch-2.17.0-linux-aarch64.tar.gz
66
7- VERSION=${1-2.21 .1}
7+ VERSION=${1-2.30 .1}
88VSEARCH=vsearch-${VERSION} -linux-x86_64
99
1010cd /tmp
You can’t perform that action at this time.
0 commit comments