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.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed May 25, 2017
2 parents e45ce3a + 7b6228b commit 898ec41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.7
* Bumps cgpPindel to [v2.2.3](https://github.com/cancerit/cgpPindel/releases/tag/v2.2.3) to fix bug in DI event collation.

### 2.0.6
* Update base image to dockstore-cgpmap:2.0.3 (new PCAP-core for load management)
* Bump cgpCaVEManWrapper to gain access to split size tuning (not used here)
Expand Down
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.0.6" \
version="2.0.7" \
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.0.6"
dockerPull: "quay.io/wtsicgp/dockstore-cgpwxs:2.0.7"

hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion build/opt-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VER_CGPVCF="v2.2.0"
VER_VCFTOOLS="0.1.14"

# cgpPindel
VER_CGPPINDEL="v2.2.0"
VER_CGPPINDEL="v2.2.3"

# cgpCaVEManPostProcessing
VER_CGPCAVEPOSTPROC="1.6.8"
Expand Down

0 comments on commit 898ec41

Please sign in to comment.