Skip to content

Commit

Permalink
Install Haploflow during docker initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 19, 2023
1 parent d5ac6b2 commit 138dcb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ RUN apt-get install -q -y zlib1g-dev libncurses5-dev libncursesw5-dev && \
tar -xzf smalt-0.7.6-bin.tar.gz --no-same-owner && \
ln -s /opt/smalt-0.7.6-bin/smalt_x86_64 /bin/smalt

## Installing Haploflow
RUN apt-get install -y build-essential sudo git ronn \
cd /opt/ &&
git clone https://github.com/hzi-bifo/Haploflow \
cd /opt/Haploflow && sh build.sh \
ln -s /opt/Haploflow/build/haploflow /bin/haploflow

## Install dependencies for genetracks/drawsvg
RUN apt-get install -q -y libcairo2-dev

Expand Down

0 comments on commit 138dcb2

Please sign in to comment.