We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2d4151 + 037464a commit 313e37aCopy full SHA for 313e37a
CHANGES.md
@@ -1,3 +1,6 @@
1
+### 2.1.8
2
+* Fix issues with empty output from tophatpost when running tophat_filter
3
+
4
### 2.1.6-2.1.7
5
* Fixing issues with data exhibiting no fusions.
6
perl/lib/Sanger/CGP/CgpRna.pm
@@ -36,7 +36,7 @@ use strict;
36
use Const::Fast qw(const);
37
use base 'Exporter';
38
39
-our $VERSION = '2.1.7';
+our $VERSION = '2.1.8';
40
our @EXPORT = qw($VERSION);
41
42
1;
0 commit comments