Skip to content

Commit

Permalink
dev updates Fri 4 Sep 2015 16:35:52 BST
Browse files Browse the repository at this point in the history
  • Loading branch information
snewhouse committed Sep 4, 2015
2 parents 96319f7 + d714184 commit 53e1c58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion containerized/ngseasy_dockerfiles/ngseasy_issac/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM compbio/ngseasy-base:1.0-r001
# Maintainer
MAINTAINER Stephen Newhouse [email protected]

RUN apt-get install -y gnuplot libnuma-dev libz-dev markdown
RUN apt-get install -y gnuplot libnuma-dev libz-dev markdown zlib1g-dev doxygen

RUN cd /usr/local/pipeline && \
git clone --recursive https://github.com/sequencing/isaac_aligner.git && \
Expand All @@ -12,6 +12,10 @@ RUN cd /usr/local/pipeline && \
make && \
make install

RUN cd /usr/local/pipeline && \
wget https://github.com/sequencing/isaac_variant_caller/archive/v1.0.7.tar.gz && \
tar -xvf v1.0.7.tar.gz && \

#Cleanup the temp dir
RUN rm -rf /tmp/*

Expand Down

0 comments on commit 53e1c58

Please sign in to comment.