diff --git a/Dockerfile b/Dockerfile index 48ca12d..15e511e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM quay.io/wtsicgp/dockstore-cgpmap:2.0.3 MAINTAINER keiranmraine@gmail.com LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Trust Sanger Institute" \ - version="2.1.0" \ + version="2.1.1" \ description="The CGP WXS pipeline for dockstore.org" USER root diff --git a/Dockstore.cwl b/Dockstore.cwl index af1b931..ff1147f 100644 --- a/Dockstore.cwl +++ b/Dockstore.cwl @@ -19,7 +19,7 @@ dct:creator: requirements: - class: DockerRequirement - dockerPull: "quay.io/wtsicgp/dockstore-cgpwxs:2.1.0" + dockerPull: "quay.io/wtsicgp/dockstore-cgpwxs:2.1.1" hints: - class: ResourceRequirement diff --git a/build/opt-build.sh b/build/opt-build.sh index 6f6aec3..5af72d1 100644 --- a/build/opt-build.sh +++ b/build/opt-build.sh @@ -22,11 +22,11 @@ VER_CGPCAVEPOSTPROC="1.6.9" VER_BEDTOOLS="2.21.0" # cgpCaVEManWrapper -VER_CGPCAVEWRAP="1.11.0" -VER_CAVEMAN="1.11.3" +VER_CGPCAVEWRAP="1.12.0" +VER_CAVEMAN="1.12.0" # VAGrENT -VER_VAGRENT="v3.2.2" +VER_VAGRENT="v3.2.3" if [ "$#" -lt "1" ] ; then echo "Please provide an installation path such as /opt/ICGC"