Skip to content

Commit

Permalink
updated files to do release
Browse files Browse the repository at this point in the history
  • Loading branch information
ra11 committed Aug 19, 2020
1 parent 9f55c4a commit a5b50e0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 4.4.0

* Added ascatCounts to produce counts files
* Modified ascat wrapper to handle count files as input

## 4.3.4

* Eliminated redundant logic from setup script
Expand Down
12 changes: 7 additions & 5 deletions perl/MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bin/ascat.pl
bin/ascatCnToVCF.pl
bin/ascatCounts.pl
bin/ascatFailedCnCsv.pl
bin/ascatToBigWig.pl
bin/utilities/ascatFaiChunk.pl
Expand All @@ -21,23 +22,24 @@ docs/pod_html/_whtprpk.css
docs/pod_html/_whtpurk.css
docs/pod_html/ascat.html
docs/pod_html/ascatCnToVCF.html
docs/pod_html/ascatCounts.html
docs/pod_html/ascatFailedCnCsv.html
docs/pod_html/ascatToBigWig.html
docs/pod_html/index.html
docs/pod_html/Sanger/CGP/Ascat.html
docs/pod_html/utilities/ascatSnpPanelGenerator.html
docs/reports_html/blib-lib-Sanger-CGP-Ascat-Implement-pm--branch.html
docs/reports_html/blib-lib-Sanger-CGP-Ascat-Implement-pm--subroutine.html
docs/reports_html/blib-lib-Sanger-CGP-Ascat-Implement-pm.html
docs/reports_html/blib-lib-Sanger-CGP-Ascat-pm--subroutine.html
docs/reports_html/blib-lib-Sanger-CGP-Ascat-pm.html
docs/reports_html/common.js
docs/reports_html/cover.14
docs/reports_html/cover.css
docs/reports_html/coverage.html
docs/reports_html/css.js
docs/reports_html/digests
docs/reports_html/index.html
docs/reports_html/lib-Sanger-CGP-Ascat-Implement-pm--branch.html
docs/reports_html/lib-Sanger-CGP-Ascat-Implement-pm--subroutine.html
docs/reports_html/lib-Sanger-CGP-Ascat-Implement-pm.html
docs/reports_html/lib-Sanger-CGP-Ascat-pm--subroutine.html
docs/reports_html/lib-Sanger-CGP-Ascat-pm.html
docs/reports_html/standardista-table-sorting.js
docs/reports_text/coverage.txt
lib/Sanger/CGP/Ascat.pm
Expand Down
Binary file modified perl/docs.tar.gz
Binary file not shown.
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.3.4';
our $VERSION = '4.4.0';
our @EXPORT = qw($VERSION);

const my $LICENSE =>
Expand Down

0 comments on commit a5b50e0

Please sign in to comment.