Skip to content

Commit

Permalink
upgrade htslib and Bio::DB::HTS (#536)
Browse files Browse the repository at this point in the history
* upgrade htslib and Bio::DB::HTS

* rename branch
  • Loading branch information
at7 authored and aparton committed Aug 13, 2019
1 parent ab1c4dd commit 822c6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travisci/get_dependencies.sh
Expand Up @@ -7,12 +7,12 @@ fi

echo 'Getting HTSlib'
if [ ! -d htslib ]; then
git clone --branch 1.3.2 --depth 1 https://github.com/samtools/htslib.git
git clone --branch 1.9 --depth 1 https://github.com/samtools/htslib.git
fi

echo 'Getting Bio::DB::HTS'
if [ ! -d Bio-HTS ]; then
git clone --branch 2.9 --depth 1 https://github.com/Ensembl/Bio-HTS.git
git clone --branch release/v2.11 --depth 1 https://github.com/Ensembl/Bio-HTS.git
fi

echo 'Getting jksrc'
Expand Down

0 comments on commit 822c6d3

Please sign in to comment.