From 9d854c79065938f18f56d0caf2615fb6f908815e Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Mon, 7 Oct 2019 16:26:26 +0200 Subject: [PATCH] error installation fasttree --- for_tests/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile index bef43f35..57825443 100644 --- a/for_tests/Dockerfile +++ b/for_tests/Dockerfile @@ -80,7 +80,9 @@ RUN make clean &&\ WORKDIR /tmp 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 /tmp/FastTre#eMP /usr/local/bin## Install FastME FastME 2.1.6.1 + ln -s /tmp/FastTreeMP /usr/local/bin + +## Install FastME FastME 2.1.6.1 WORKDIR /tmp RUN apt-get install -y automake &&\ git clone https://gite.lirmm.fr/atgc/FastME.git -- GitLab