Skip to content

Commit

Permalink
Moted major changes and version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jan 11, 2016
1 parent 8cfe60d commit 209f4bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.11.0
* bam_stats - new rna switch to give more appropriate insert size stats
* bam_stats - more robust handling of optional RG header entries
* bam_stats - allows streaming IO (thanks to @jenniferliddle)
* bwa_mem.pl - Handle `'` in RG header line/IDs
* Generally improved version handling and updated versions of some tools.

### 1.9.1
* Changed final log folder to include sample name and analysis type, prevents clash when lots of data to same output loc.

Expand Down
3 changes: 0 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
bin/bam_stats
bin/bam_stats.pl
bin/bam_to_sra_sub.pl
bin/bamToBw.pl
Expand All @@ -10,9 +9,7 @@ bin/monitor.pl
bin/xml_to_bas.pl
c/bam_access.c
c/bam_access.h
c/bam_access.o
c/bam_stats.c
c/bam_stats.o
c/dbg.h
c/khash.h
CHANGES.md
Expand Down
Binary file modified docs.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/PCAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '1.10.0';
our $VERSION = '1.11.0';
our @EXPORT = qw($VERSION);

const my $LICENSE =>
Expand Down

0 comments on commit 209f4bd

Please sign in to comment.