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

Small typo

parent 8986fa0a
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -60,12 +60,14 @@ RUN make clean &&\ ...@@ -60,12 +60,14 @@ RUN make clean &&\
make &&\ make &&\
make install make install
# Install FastTree # Install FastTree
WORKDIR /tmp WORKDIR /tmp
RUN wget http://www.microbesonline.org/fasttree/FastTree.c &&\ 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 &&\ gcc -DOPENMP -fopenmp -DUSE_DOUBLE -Wall -O3 -finline-functions -funroll-loops -o FastTreeMP FastTree.c -lm &&\
ln -s /tmp/FastTreeMP /usr/local/bin ln -s /tmp/FastTreeMP /usr/local/bin
# Install FastME # Install FastME
WORKDIR /tmp WORKDIR /tmp
RUN apt-get install -y automake &&\ RUN apt-get install -y automake &&\
...@@ -75,6 +77,7 @@ RUN ./configure &&\ ...@@ -75,6 +77,7 @@ RUN ./configure &&\
make &&\ make &&\
make install make install
# Install quicktree # Install quicktree
WORKDIR /tmp WORKDIR /tmp
RUN git clone https://github.com/tseemann/quicktree RUN git clone https://github.com/tseemann/quicktree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment