Skip to content
Snippets Groups Projects
Verified Commit 0df86371 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

emase: update Dockerfile but still not working

parent 55144a92
Branches
No related tags found
No related merge requests found
...@@ -3,13 +3,25 @@ MAINTAINER Laurent Modolo ...@@ -3,13 +3,25 @@ MAINTAINER Laurent Modolo
ENV EMASE_VERSION=0.10.16 ENV EMASE_VERSION=0.10.16
RUN apt-get update \ RUN
&& apt-get install -y python-h5py \ apt-get update \
&& apt-get install -y python-h5py libhdf5-dev \
&& pip install tables \
&& pip install scipy \
&& pip install pysam \
&& pip install numpy==1.8.2 \ && pip install numpy==1.8.2 \
&& pip install numexpr==2.3.1 \ && pip install numexpr==2.3.1 \
&& pip install cython>=0.13 \ && pip install cython>=0.13 \
&& pip install tables==3.1.0 \ && pip install tables==3.1.0 \
&& pip install emase==${EMASE_VERSION} && pip install emase==${EMASE_VERSION}
pip install numpy==1.8.2
pip install numexpr==2.3.1
pip install scipy==0.13.3
pip install pysam>=0.6
pip install cython>=0.13
pip install tables
pip install biopython>=1.63
CMD ["bash"] CMD ["bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment