Skip to content

Commit 295591b

Browse files
committed
Added samtools as a dependency in travis installation
1 parent 19c77c6 commit 295591b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
before_install:
1414
- pip install --upgrade pip
1515
- sudo apt-get update -qq
16-
- sudo apt-get install -qq build-essential libgsl0-dev bedtools mummer
16+
- sudo apt-get install -qq build-essential libgsl0-dev bedtools mummer samtools
1717
- "export DISPLAY=:99.0"
1818
- pip install -r requirements.txt
1919
- wget https://github.com/BinPro/integration_test_data/archive/v1.0.tar.gz

0 commit comments

Comments
 (0)