add travis test script
[bioperl-live.git] / travis_scripts / samtools_install
blobb6c71c39cfed4f687f3fc48f4b74d24de1e5afe5
1 #!/bin/bash
3 git clone https://github.com/samtools/samtools.git
4 cd samtools
5 git checkout tags/0.1.18
6 make
7 export SAMTOOLS=$( pwd )