Skip to content

Commit

Permalink
docker-images: added paraload support for raxml 8.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Nov 7, 2017
1 parent 9104656 commit 3c47317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/docker-images/raxml/8.2.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM pveber/bistro-base:stretch

RUN apt-get update && apt-get install -y raxml=8.2.9+dfsg-1+b1
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 3c47317

Please sign in to comment.