Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Aug 1, 2017
2 parents eb56bf6 + b2cf646 commit 85251ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockstore.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions build/opt-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 85251ad

Please sign in to comment.