Skip to content

Commit

Permalink
Install Haploflow in Singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 19, 2023
1 parent 272635d commit b63f112
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@ From: centos:7
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

## Install Haploflow
yum install -y boost-devel cmake
cd /opt/
git clone https://github.com/hzi-bifo/Haploflow
cd Haploflow
git checkout 9a5a0ff6c3a0435e723e41f98fe82ec2ad19cf50
mkdir -p build
cd build
cmake ..
make
ln -s /opt/Haploflow/build/haploflow /bin/haploflow

echo ===== Installing Python packages ===== >/dev/null
# Also trigger matplotlib to build its font cache.
wget -q https://bootstrap.pypa.io/get-pip.py
Expand Down

0 comments on commit b63f112

Please sign in to comment.