Skip to content

Commit

Permalink
{AH} upgrade travis to htslib 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Nov 3, 2017
1 parent 0e08158 commit c58ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ conda config --add channels bioconda

# pin versions, so that tests do not fail when pysam/htslib out of step
# add htslib dependencies
conda install -y "samtools=1.5" "bcftools=1.5" "htslib=1.5" xz curl bzip2
conda install -y "samtools=1.6" "bcftools=1.6" "htslib=1.6" xz curl bzip2

# Need to make C compiler and linker use the anaconda includes and libraries:
export PREFIX=~/miniconda3/
Expand Down

0 comments on commit c58ad7d

Please sign in to comment.