Skip to content

Commit 313e37a

Browse files
author
David Jones
committed
Merge branch 'hotfix/2.1.8'
2 parents d2d4151 + 037464a commit 313e37a

File tree

3 files changed

+79
-69
lines changed

3 files changed

+79
-69
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.8
2+
* Fix issues with empty output from tophatpost when running tophat_filter
3+
14
### 2.1.6-2.1.7
25
* Fixing issues with data exhibiting no fusions.
36

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.1.7';
39+
our $VERSION = '2.1.8';
4040
our @EXPORT = qw($VERSION);
4141

4242
1;

0 commit comments

Comments
 (0)