Skip to content

Commit

Permalink
3.9.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Clarke committed Mar 16, 2022
1 parent fed94f7 commit 70c95c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 3.9.0
- Masking of pindel calls where ref == alt implemented to remove invalid calls from pindel output
- Core pindel fix required to resolve the underlying problem

## 3.8.0

- Adds `-noflag` option to `pindel.pl` for use cases where flagging needs to be executed separately or not at all.
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Pindel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.8.0';
our $VERSION = '3.9.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 70c95c5

Please sign in to comment.