Skip to content

Commit

Permalink
Added dockerfile for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Jul 13, 2017
1 parent 8215bb0 commit 9ef432c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions aux/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ubuntu:16.04
MAINTAINER Daniel Standage <daniel.standage@gmail.com>

RUN apt-get update && apt-get install -y git build-essential python-dev python-pip
RUN pip install --upgrade pip setuptools==32.0.0
RUN pip install pysam==0.11.2.2 networkx==1.11 pandas==0.20.3
RUN pip install git+https://github.com/dib-lab/khmer.git@6a1f3ec994299ceda4367d75e6aa441ebad12909

CMD bash

0 comments on commit 9ef432c

Please sign in to comment.