From 0722ff7849ff7f907cb371a3e0123e2a1414a35b Mon Sep 17 00:00:00 2001 From: David Jones Date: Thu, 8 Jun 2017 14:30:00 +0100 Subject: [PATCH] Fixes #10 . Updated libBigWig to fix empty contig problem --- CHANGES.md | 5 ++++- setup.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cb641b3..f8873aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,7 @@ -### 0.4.1 +### 0.4.3 +* Updated libBigWig to 0.3.4 - fixes #10 + +### 0.4.2 * Modified parsing of regions to enable names with : in (i.e. GRCh38) ### 0.4.1 diff --git a/setup.sh b/setup.sh index 4e95d9c..93b1d3c 100755 --- a/setup.sh +++ b/setup.sh @@ -35,7 +35,7 @@ # for bamstats SOURCE_HTSLIB="https://github.com/samtools/htslib/releases/download/1.3.2/htslib-1.3.2.tar.bz2" #libBigWig - bigwig access library -SOURCE_LIB_BW="https://github.com/dpryan79/libBigWig/archive/0.3.1.tar.gz" +SOURCE_LIB_BW="https://github.com/dpryan79/libBigWig/archive/0.3.4.tar.gz" get_distro () { EXT=""