Skip to content

Commit 82f84a9

Browse files
felixgablerFelix Gabler
authored andcommitted
set fix psiblast version
1 parent f895fd2 commit 82f84a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN mkdir -p clustalo/bin && \
6363
wget http://www.clustal.org/omega/clustalo-1.2.4-Ubuntu-x86_64 -O clustalo/bin/clustalo && \
6464
chmod u+x clustalo/bin/clustalo
6565
# PSIBLAST
66-
RUN wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.7.1+-x64-linux.tar.gz -O blastplus.tar.gz && \
66+
RUN wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.8.1/ncbi-blast-2.8.1+-x64-linux.tar.gz -O blastplus.tar.gz && \
6767
mkdir blastplus && \
6868
tar xvfz blastplus.tar.gz -C blastplus --strip-components 1 && \
6969
rm blastplus.tar.gz

0 commit comments

Comments
 (0)