Skip to content

Commit 1f83f42

Browse files
committed
Merge tag 'v3.2.0' into dev
Faster input generation
2 parents fedd923 + e750aba commit 1f83f42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGES
22

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+
310
## 3.1.2
411

512
* 3.0.5 introduced species parsing bug causing single word species names to be invalid.

perl/lib/Sanger/CGP/Pindel.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use strict;
2626
use Const::Fast qw(const);
2727

2828
use base 'Exporter';
29-
our $VERSION = '3.1.2';
29+
our $VERSION = '3.2.0';
3030
our @EXPORT = qw($VERSION);
3131

3232
1;

0 commit comments

Comments
 (0)