Skip to content

Commit

Permalink
Merge branch 'hotfix/1.15.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jones committed Dec 9, 2019
2 parents e4c4a2a + e46446c commit d3cf592
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 1.15.3

* Build around CaVEMan core [1.14.1](https://github.com/cancerit/CaVEMan/releases/tag/1.14.0)

## 1.15.2

* Upgrade to cgpCavEMAnPostProcessing [1.8.9](https://github.com/cancerit/cgpCaVEManPostProcessing/releases/tag/1.8.9)
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ USER root
# ALL tool versions used by opt-build.sh
ENV VER_VCFTOOLS="0.1.16"
ENV VER_CGPVCF="v2.2.1"
ENV VER_CAVEMAN="1.14.0"
ENV VER_CAVEMAN="1.14.1"
ENV VER_BEDTOOLS="2.27.1"
ENV VER_CGPCAVEPOSTPROC="1.8.9"
ENV VER_CGPCAVEWRAP="1.15.0"
ENV VER_CGPCAVEWRAP="1.15.3"

RUN apt-get -yq update
RUN apt-get install -yq --no-install-recommends \
Expand Down Expand Up @@ -43,7 +43,7 @@ FROM ubuntu:16.04

LABEL maintainer="[email protected]" \
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
version="1.15.2" \
version="1.15.3" \
description="cgpCaVEManWrapper docker"

RUN apt-get -yq update
Expand Down
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.15.2';
our $VERSION = '1.15.3';

1;
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
##########LICENCE##########

CAVEMAN_CORE="https://github.com/cancerit/CaVEMan/archive/1.14.0.tar.gz"
CAVEMAN_CORE="https://github.com/cancerit/CaVEMan/archive/1.14.1.tar.gz"

get_distro () {
if hash curl 2>/dev/null; then
Expand Down

0 comments on commit d3cf592

Please sign in to comment.