Skip to content

Commit

Permalink
docker-images: added mafft 7.307
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Nov 3, 2017
1 parent 2a5463a commit c860fc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions etc/docker-images/mafft/7.205/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM pveber/bistro-base:jessie
FROM pveber/bistro-base:stretch

RUN apt-get install -y mafft=7.205-1
RUN apt-get update && apt-get install -y mafft=7.205-1
RUN wget ftp://pbil.univ-lyon1.fr/pub/logiciel/paraload/paraload-1.2.tar.gz
RUN tar xvfz paraload-1.2.tar.gz
6 changes: 6 additions & 0 deletions etc/docker-images/mafft/7.307/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM pveber/bistro-base:stretch

RUN apt-get update && apt-get install -y mafft=7.307-1
RUN wget ftp://pbil.univ-lyon1.fr/pub/logiciel/paraload/paraload-1.2.tar.gz
RUN tar xvfz paraload-1.2.tar.gz
RUN cd paraload && make && cp paraload /usr/bin

0 comments on commit c860fc1

Please sign in to comment.