Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
Add a Dockerfile for v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckandoth committed May 21, 2019
1 parent a946f82 commit 9354de0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ubuntu:16.04

RUN apt-get update && apt-get install -y git make build-essential zlib1g-dev libncurses5-dev libncursesw5-dev samtools=0.1.19-1ubuntu1 python-pysam libbam-dev

RUN cd /tmp \
&& git clone https://github.com/ding-lab/msisensor.git msisensor_install_dir \
&& export SAMTOOLS_ROOT=/usr/lib/python2.7/dist-packages/pysam/include/samtools/ \
&& cd msisensor_install_dir \
&& git checkout 0.2 \
&& make \
&& mv /tmp/msisensor_install_dir/msisensor /usr/bin/

0 comments on commit 9354de0

Please sign in to comment.