Skip to content

Commit 0ba2784

Browse files
committed
Update dependency for bwcat
1 parent e3a21c1 commit 0ba2784

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

MANIFEST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.travis.yml
2+
bin/bam2bedgraph
13
bin/bam_stats.pl
24
bin/bam_to_sra_sub.pl
35
bin/bamToBw.pl
@@ -9,6 +11,7 @@ bin/gnos_pull.pl
911
bin/monitor.pl
1012
bin/xam_coverage_bins.pl
1113
bin/xml_to_bas.pl
14+
c/bam2bedgraph.c
1215
c/bam_access.c
1316
c/bam_access.h
1417
c/bam_stats.c
@@ -27,6 +30,7 @@ c/dbg.h
2730
c/khash.h
2831
c/reheadSQ.c
2932
CHANGES.md
33+
dists/patch/Bio-BigFile_build.patch
3034
dists/snappy-1.1.2.tar.gz
3135
docs.tar.gz
3236
examples/gnos_pull.ini

docs.tar.gz

1.29 KB
Binary file not shown.

lib/PCAP.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use base 'Exporter';
2626
use FindBin qw($Bin);
2727
use File::Which qw(which);
2828

29-
our $VERSION = '3.0.1';
29+
our $VERSION = '3.1.0';
3030
our @EXPORT = qw($VERSION _which);
3131

3232
const my $LICENSE =>
@@ -82,6 +82,7 @@ const my %UPGRADE_PATH => ( # all earlier versions need full upgrade
8282
'2.4.0' => 'biobambam',
8383
'2.5.0' => 'biobambam',
8484
'3.0.0' => '',
85+
'3.1.0' => '',
8586
);
8687

8788
sub license {

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SOURCE_JKENT_BIN="https://github.com/ENCODE-DCC/kentUtils/raw/master/bin/linux.x
1616
SOURCE_KENTSRC="ftp://ftp.sanger.ac.uk/pub/cancer/legacy-dependancies/jksrc.v334.zip"
1717
SOURCE_BIGFILE="http://www.cpan.org/authors/id/L/LD/LDS/Bio-BigFile-1.07.tar.gz"
1818
# for fast merging of per-chr BW files
19-
SOURCE_LIB_BW="https://github.com/dpryan79/libBigWig/archive/0.1.6.tar.gz"
19+
SOURCE_LIB_BW="https://github.com/dpryan79/libBigWig/archive/b36da5a06bffcc1b33c369e078b82f84625fd212.tar.gz"
2020

2121
# for biobambam
2222
SOURCE_BBB_BIN_DIST="https://github.com/gt1/biobambam2/releases/download/2.0.54-release-20160802163650/biobambam2-2.0.54-release-20160802163650-x86_64-etch-linux-gnu.tar.gz"
@@ -350,4 +350,4 @@ echo "Please add the following to beginning of PERL5LIB:"
350350
echo " $PERLROOT"
351351
echo
352352

353-
exit 0
353+
exit 0

0 commit comments

Comments
 (0)