Skip to content

Commit

Permalink
Merge tag '3.10.0' into dev
Browse files Browse the repository at this point in the history
- Add commandline option for file containing exclude contigs
  • Loading branch information
David Jones committed Mar 29, 2022
2 parents c07ff77 + 69bed51 commit 7814e37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGES

## 3.10.0

- Add commandline option for file containing exclude contigs

## 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

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.9.0';
our $VERSION = '3.10.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 7814e37

Please sign in to comment.