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.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Apr 29, 2019
2 parents 050c5c3 + 567ee0e commit f863b5c
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.5

* Update cgpCaVEManWrapper to allow parallel flagging in cgpwgs layer

## 3.1.4

* Update VAGrENT to v3.3.4 specifically to fix https://github.com/cancerit/VAGrENT/issues/33
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.4"
LABEL uk.ac.sanger.cgp.version="3.1.5"

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 @@ -21,7 +21,7 @@ VER_CGPCAVEPOSTPROC="1.8.7"
VER_BEDTOOLS="2.27.1"

# cgpCaVEManWrapper
VER_CGPCAVEWRAP="1.13.13"
VER_CGPCAVEWRAP="1.13.14"
VER_CAVEMAN="1.13.15"

# VAGrENT
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.4"
dockerPull: "quay.io/wtsicgp/dockstore-cgpwxs:3.1.5"

hints:
- class: ResourceRequirement
Expand Down

0 comments on commit f863b5c

Please sign in to comment.