Skip to content

Commit

Permalink
Merge tag '1.17.0' into dev
Browse files Browse the repository at this point in the history
Updated Dockerfile, setup.sh and Caveman base
  • Loading branch information
ra11 committed Jul 27, 2020
2 parents 0a3bcb4 + 08f041c commit 84f952a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGES

## 1.17.0

* Updated Dockerfile to use PCAP-core 5.2.2
* Updated setup.sh script to remove redundant logic
* Updated CaVEMan core to [1.15.0](https://github.com/cancerit/CaVEMan/releases/tag/1.15.0)

## 1.16.0

* Pulls in cgpCaVEManPostProcessing 1.9.0
Expand Down
Binary file modified docs.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Sanger/CGP/Caveman.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ package Sanger::CGP::Caveman;
use strict;
use Const::Fast qw(const);

our $VERSION = '1.16.0';
our $VERSION = '1.17.0';

1;

0 comments on commit 84f952a

Please sign in to comment.