Skip to content

Commit

Permalink
Version change. CHANGES.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jones committed Jul 21, 2017
1 parent 6bcb8fa commit ae5427b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.1.0
* Modified to use new >= 3.3.0 allelecounter code with dense SNP functionality

### 2.1.2
* Minor fix to usage typo

Expand All @@ -6,4 +9,4 @@
* Supports CRAM
* Allele count phase is now threaded.

NOTE: Individual scripts called by `ascat.pl` have been renamed to prevent potential namespace clashes.
NOTE: Individual scripts called by `ascat.pl` have been renamed to prevent potential namespace clashes.
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Ascat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '4.0.1';
our $VERSION = '4.1.0';
our @EXPORT = qw($VERSION);

const my $LICENSE =>
Expand Down

0 comments on commit ae5427b

Please sign in to comment.