Skip to content

Commit

Permalink
Install Haploflow on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 19, 2023
1 parent 138dcb2 commit cb1b2d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
with:
go-version: '^1.15.6'

- name: Install Haploflow
run: |
sudo apt-get install -qq build-essential sudo git ronn
cd /opt/
git clone https://github.com/hzi-bifo/Haploflow
cd /opt/Haploflow && sh build.sh
sudo ln -s /opt/Haploflow/build/haploflow ~/bin/haploflow
- name: Install IVA assembler dependencies
run: |
sudo apt-get install -qq zlib1g-dev libncurses5-dev libncursesw5-dev mummer ncbi-blast+
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ 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
## Install Haploflow
RUN apt-get install -y build-essential sudo git ronn \
cd /opt/ &&
git clone https://github.com/hzi-bifo/Haploflow \
Expand Down

0 comments on commit cb1b2d3

Please sign in to comment.