Skip to content

Commit

Permalink
Merge tag '2.0.6' into dev
Browse files Browse the repository at this point in the history
Bugfix - adding @hd line to output BAM file from STAR so that the SO:unsorted tag is included
  • Loading branch information
am26 committed Mar 7, 2016
2 parents 2420317 + 165ec56 commit 4164608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/CgpRna.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '2.0.4';
our $VERSION = '2.0.6';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 4164608

Please sign in to comment.