Skip to content

Commit

Permalink
Update dependency for bwcat
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Aug 26, 2016
1 parent e3a21c1 commit 0ba2784
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.travis.yml
bin/bam2bedgraph
bin/bam_stats.pl
bin/bam_to_sra_sub.pl
bin/bamToBw.pl
Expand All @@ -9,6 +11,7 @@ bin/gnos_pull.pl
bin/monitor.pl
bin/xam_coverage_bins.pl
bin/xml_to_bas.pl
c/bam2bedgraph.c
c/bam_access.c
c/bam_access.h
c/bam_stats.c
Expand All @@ -27,6 +30,7 @@ c/dbg.h
c/khash.h
c/reheadSQ.c
CHANGES.md
dists/patch/Bio-BigFile_build.patch
dists/snappy-1.1.2.tar.gz
docs.tar.gz
examples/gnos_pull.ini
Expand Down
Binary file modified docs.tar.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion lib/PCAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use base 'Exporter';
use FindBin qw($Bin);
use File::Which qw(which);

our $VERSION = '3.0.1';
our $VERSION = '3.1.0';
our @EXPORT = qw($VERSION _which);

const my $LICENSE =>
Expand Down Expand Up @@ -82,6 +82,7 @@ const my %UPGRADE_PATH => ( # all earlier versions need full upgrade
'2.4.0' => 'biobambam',
'2.5.0' => 'biobambam',
'3.0.0' => '',
'3.1.0' => '',
);

sub license {
Expand Down
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SOURCE_JKENT_BIN="https://github.com/ENCODE-DCC/kentUtils/raw/master/bin/linux.x
SOURCE_KENTSRC="ftp://ftp.sanger.ac.uk/pub/cancer/legacy-dependancies/jksrc.v334.zip"
SOURCE_BIGFILE="http://www.cpan.org/authors/id/L/LD/LDS/Bio-BigFile-1.07.tar.gz"
# for fast merging of per-chr BW files
SOURCE_LIB_BW="https://github.com/dpryan79/libBigWig/archive/0.1.6.tar.gz"
SOURCE_LIB_BW="https://github.com/dpryan79/libBigWig/archive/b36da5a06bffcc1b33c369e078b82f84625fd212.tar.gz"

# for biobambam
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"
Expand Down Expand Up @@ -350,4 +350,4 @@ echo "Please add the following to beginning of PERL5LIB:"
echo " $PERLROOT"
echo

exit 0
exit 0

0 comments on commit 0ba2784

Please sign in to comment.