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/3.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Apr 23, 2019
2 parents 1c9d077 + 472d20e commit 050c5c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 3.1.4

* Update VAGrENT to v3.3.4 specifically to fix https://github.com/cancerit/VAGrENT/issues/33

## 3.1.3

* Update base image to dockstore-cgpmap:3.1.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MAINTAINER cgphelp@sanger.ac.uk

LABEL vendor="CASM/Cancer IT, Wellcome Sanger Institute"
LABEL uk.ac.sanger.cgp.description="CGP WXS pipeline for dockstore.org"
LABEL uk.ac.sanger.cgp.version="3.1.3"
LABEL uk.ac.sanger.cgp.version="3.1.4"

RUN apt-get -yq update
RUN apt-get install -yq --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion build/opt-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ VER_CGPCAVEWRAP="1.13.13"
VER_CAVEMAN="1.13.15"

# VAGrENT
VER_VAGRENT="v3.3.3"
VER_VAGRENT="v3.3.4"

if [ "$#" -lt "1" ] ; then
echo "Please provide an installation path such as /opt/ICGC"
Expand Down
2 changes: 1 addition & 1 deletion cwls/cgpwxs.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ doc: |

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/dockstore-cgpwxs:3.1.3"
dockerPull: "quay.io/wtsicgp/dockstore-cgpwxs:3.1.4"

hints:
- class: ResourceRequirement
Expand Down

0 comments on commit 050c5c3

Please sign in to comment.