From af2a69f10db4eac1b5a0e2fc6bd9cc4c858f8e6d Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Fri, 6 Nov 2020 15:31:09 +0100
Subject: [PATCH] install fixed version of blast+: 2.10.1

---
 containers/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/containers/Dockerfile b/containers/Dockerfile
index 16a3ca27..a41ff838 100644
--- a/containers/Dockerfile
+++ b/containers/Dockerfile
@@ -21,9 +21,9 @@ RUN apt-get install -y \
 RUN pip3 install --upgrade pip
 
 
-# Update makeblastdb and blastp for prokka
+# Update makeblastdb and blastp for prokka, with blast+ version 2.10.1
 WORKDIR /install-dir
-RUN wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-2.10.1+-x64-linux.tar.gz &&\
+RUN wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.10.1/ncbi-blast-2.10.1+-x64-linux.tar.gz &&\
     tar zxvpf ncbi-blast-2.10.1+-x64-linux.tar.gz &&\
     cp /install-dir/ncbi-blast-2.10.1+/bin/makeblastdb /usr/local/bin/ &&\
     cp /install-dir/ncbi-blast-2.10.1+/bin/blastp /usr/local/bin/ &&\
-- 
GitLab