From 169b3e039f831e2f546f5f9d18b6c41fbdf1d81c Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Fri, 22 Jan 2021 19:25:27 +0100
Subject: [PATCH] correct link to fasttreeMP

---
 for_tests/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile
index 2609fed5..7bf6a539 100644
--- a/for_tests/Dockerfile
+++ b/for_tests/Dockerfile
@@ -105,7 +105,7 @@ RUN make clean &&\
 WORKDIR /install_dir
 RUN wget http://www.microbesonline.org/fasttree/FastTree.c &&\
     gcc -DOPENMP -fopenmp -DUSE_DOUBLE -Wall -O3 -finline-functions -funroll-loops -o FastTreeMP FastTree.c -lm &&\
-    ln -s /install_dir /FastTreeMP /usr/local/bin
+    ln -s /install_dir/FastTreeMP /usr/local/bin
 
 
 # Install FastME FastME 2.1.6.1
-- 
GitLab