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

Add FastTreeMP installation

parent 2b671971
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -57,4 +57,11 @@ RUN wget https://mafft.cbrc.jp/alignment/software/mafft-7.313-with-extensions-sr
WORKDIR /tmp/mafft-7.313-with-extensions/core
RUN make clean &&\
make &&\
make install
\ No newline at end of file
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/FastTreeMP /usr/local/bin
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