From 138dcb20fc9bbece819bb761d091016c3e26ac46 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Mon, 18 Sep 2023 17:51:23 -0700 Subject: [PATCH] Install Haploflow during docker initialization --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2a0c7ea41..cc4729cca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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