We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fedd923 + e750aba commit 1f83f42Copy full SHA for 1f83f42
CHANGES.md
@@ -1,5 +1,12 @@
1
# CHANGES
2
3
+## 3.2.0
4
+
5
+* Tabix search for high depth/excluded regions now performed in memory using IntervalTrees
6
+ * Reduces runtime of input step by ~50%
7
+ * Improved disk access profile
8
+ * Zero impact on results
9
10
## 3.1.2
11
12
* 3.0.5 introduced species parsing bug causing single word species names to be invalid.
perl/lib/Sanger/CGP/Pindel.pm
@@ -26,7 +26,7 @@ use strict;
26
use Const::Fast qw(const);
27
28
use base 'Exporter';
29
-our $VERSION = '3.1.2';
+our $VERSION = '3.2.0';
30
our @EXPORT = qw($VERSION);
31
32
1;
0 commit comments