Skip to content
Snippets Groups Projects
Commit 37456c10 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

test installation of docker image for tests

parent 9ec0a3d1
No related branches found
No related tags found
No related merge requests found
Pipeline #15888 failed
......@@ -76,23 +76,22 @@ RUN make clean &&\
make install
## Install FastTree
#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
#WORKDIR /tmp
#RUN apt-get install -y automake &&\
# git clone https://gite.lirmm.fr/atgc/FastME.git
#WORKDIR /tmp/FastME
#RUN ./configure &&\
# make &&\
# make install
#
#
# Install FastTree version 2.1.11 Double precision (No SSE3)
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
WORKDIR /tmp
RUN apt-get install -y automake &&\
git clone https://gite.lirmm.fr/atgc/FastME.git
WORKDIR /tmp/FastME
RUN ./configure &&\
make &&\
make install
## Install quicktree
#WORKDIR /tmp
#RUN git clone https://github.com/tseemann/quicktree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment