From 91be2733734fd04e7a2e3ce0c8868c627d2bec9b Mon Sep 17 00:00:00 2001 From: David Jones Date: Tue, 29 Mar 2022 16:51:26 +0100 Subject: [PATCH] Update changes and version number --- CHANGES.md | 5 +++++ perl/lib/Sanger/CGP/Pindel.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 308c594..4a15996 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/perl/lib/Sanger/CGP/Pindel.pm b/perl/lib/Sanger/CGP/Pindel.pm index 512a6e1..20a927a 100644 --- a/perl/lib/Sanger/CGP/Pindel.pm +++ b/perl/lib/Sanger/CGP/Pindel.pm @@ -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;