File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .travis.yml
2+ bin/bam2bedgraph
13bin/bam_stats.pl
24bin/bam_to_sra_sub.pl
35bin/bamToBw.pl
@@ -9,6 +11,7 @@ bin/gnos_pull.pl
911bin/monitor.pl
1012bin/xam_coverage_bins.pl
1113bin/xml_to_bas.pl
14+ c/bam2bedgraph.c
1215c/bam_access.c
1316c/bam_access.h
1417c/bam_stats.c
@@ -27,6 +30,7 @@ c/dbg.h
2730c/khash.h
2831c/reheadSQ.c
2932CHANGES.md
33+ dists/patch/Bio-BigFile_build.patch
3034dists/snappy-1.1.2.tar.gz
3135docs.tar.gz
3236examples/gnos_pull.ini
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ use base 'Exporter';
2626use FindBin qw( $Bin) ;
2727use File::Which qw( which) ;
2828
29- our $VERSION = ' 3.0.1 ' ;
29+ our $VERSION = ' 3.1.0 ' ;
3030our @EXPORT = qw( $VERSION _which) ;
3131
3232const 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
8788sub license {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ SOURCE_JKENT_BIN="https://github.com/ENCODE-DCC/kentUtils/raw/master/bin/linux.x
1616SOURCE_KENTSRC=" ftp://ftp.sanger.ac.uk/pub/cancer/legacy-dependancies/jksrc.v334.zip"
1717SOURCE_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
2222SOURCE_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:"
350350echo " $PERLROOT "
351351echo
352352
353- exit 0
353+ exit 0
You can’t perform that action at this time.
0 commit comments