Skip to content

Commit

Permalink
Merging postreleasefix/87 to master
Browse files Browse the repository at this point in the history
* postreleasefix/87:
  Use fixed branch of htslib to avoid lzma, bz2 dependency
  • Loading branch information
William McLaren committed Mar 14, 2017
2 parents 81a04a1 + c2eb8f0 commit 8fd4333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
- cd tabix
- make
- cd ../
- git clone --branch master --depth 1 https://github.com/samtools/htslib.git
- git clone --branch 1.3.2 --depth 1 https://github.com/samtools/htslib.git
- cd htslib
- make
- export HTSLIB_DIR=$(pwd -P)
Expand Down
2 changes: 1 addition & 1 deletion scripts/variant_effect_predictor/INSTALL.pl
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ END

# STEP 2: Check out HTSLIB / or make this a download?
print(" - checking out HTSLib\n");
system "git clone -b master https://github.com/samtools/htslib.git";
system "git clone -b 1.3.2 https://github.com/samtools/htslib.git";
-d './htslib' or die "git clone seems to have failed. Could not find $htslib_install_dir/htslib directory";
chdir './htslib';

Expand Down

0 comments on commit 8fd4333

Please sign in to comment.