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

Adapt dockerfile to buid installation of mafft

parent 4fbd9169
No related branches found
No related tags found
No related merge requests found
Pipeline #11615 passed
...@@ -9,17 +9,20 @@ RUN apt-get install -y \ ...@@ -9,17 +9,20 @@ RUN apt-get install -y \
python3 \ python3 \
python3-pip \ python3-pip \
wget \ wget \
git \ git
# Update pip
RUN pip3 install --upgrade pip
# Install packages to install mafft
RUN apt-get install -y \
libdatetime-perl \ libdatetime-perl \
libxml-simple-perl \ libxml-simple-perl \
libdigest-md5-perl \ libdigest-md5-perl \
default-jre \ default-jre \
bioperl bioperl
# Update pip
RUN pip3 install --upgrade pip
# Install mafft 7.313 # Install mafft 7.313
RUN rm /usr/bin/mafft # remove mafft installed with bioperl RUN rm /usr/bin/mafft # remove mafft installed with bioperl
WORKDIR /tmp WORKDIR /tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment