Skip to content

Commit

Permalink
Merge tag 'v4.3.0' into dev
Browse files Browse the repository at this point in the history
Add script to convert alleleCounter to JSON genotype format
  • Loading branch information
David Jones committed Jul 13, 2021
2 parents 12af841 + 64c5f3f commit b2158f0
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

## v4.3.0

* Add script to convert allelecount output to JSON

## v4.2.1

* Update so docker and native install use same install scripts behind the scenes
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/AlleleCount.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package Sanger::CGP::AlleleCount;
use strict;

use base 'Exporter';
our $VERSION = '4.2.1';
our $VERSION = '4.3.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit b2158f0

Please sign in to comment.