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

Remove mafft installed by bioperl

parent 265eb1ea
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -50,6 +50,7 @@ RUN apt-get install -y cmake &&\ ...@@ -50,6 +50,7 @@ RUN apt-get install -y cmake &&\
# Install mafft 7.313 # Install mafft 7.313
RUN rm /usr/bin/mafft # remove mafft installed with bioperl
WORKDIR /tmp WORKDIR /tmp
RUN wget https://mafft.cbrc.jp/alignment/software/mafft-7.313-with-extensions-src.tgz &&\ RUN wget https://mafft.cbrc.jp/alignment/software/mafft-7.313-with-extensions-src.tgz &&\
tar xf mafft-7.313-with-extensions-src.tgz &&\ tar xf mafft-7.313-with-extensions-src.tgz &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment