-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dockerfile
47 lines (36 loc) · 1.01 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
FROM phusion/baseimage:0.9.13
MAINTAINER Trevor Bedford <[email protected]>
RUN apt-get -y update
# wget
RUN apt-get install -y wget
# git
RUN apt-get install -y git
# headless firefox
RUN apt-get install -y firefox
RUN apt-get install -y xvfb
RUN apt-get install -y x11vnc
RUN apt-get install -y -q xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
ENV DISPLAY :99
# python
RUN apt-get install -y python python-dev python-pip python-virtualenv
RUN apt-get install -y python-numpy python-scipy
# mafft
RUN apt-get install -y mafft
# fasttree
RUN apt-get install -y fasttree
# raxml
RUN apt-get install -y raxml
RUN cp /usr/bin/raxmlHPC /usr/bin/raxml
# python modules
RUN pip install selenium==2.42.1
RUN pip install biopython==1.64
RUN pip install DendroPy==3.12.0
RUN pip install seqmagick==0.5.0
RUN pip install schedule==0.3.0
# s3cmd
RUN apt-get install -y s3cmd
# augur
RUN git clone https://github.com/blab/augur.git /augur
WORKDIR /augur
# default command
CMD python -u augur/run.py --headless --clock