Skip to content

Commit 4164608

Browse files
author
am26
committed
Merge tag '2.0.6' into dev
Bugfix - adding @hd line to output BAM file from STAR so that the SO:unsorted tag is included
2 parents 2420317 + 165ec56 commit 4164608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl/lib/Sanger/CGP/CgpRna.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use strict;
3636
use Const::Fast qw(const);
3737
use base 'Exporter';
3838

39-
our $VERSION = '2.0.4';
39+
our $VERSION = '2.0.6';
4040
our @EXPORT = qw($VERSION);
4141

4242
1;

0 commit comments

Comments
 (0)