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.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Mar 2, 2017
2 parents 5c154bf + 3a5149e commit 7b38cc8
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.3
* Fixed cgpPindel

### 2.0.2
* Update cgpPindel to reduce usage of Capture::Tiny apparent cause of some failures.

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.1
MAINTAINER keiranmraine@gmail.com

LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Trust Sanger Institute" \
version="2.0.2" \
version="2.0.3" \
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.2"
dockerPull: "quay.io/wtsicgp/dockstore-cgpwxs:2.0.3"

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.1.1"
VER_CGPPINDEL="v2.1.2"

# cgpCaVEManPostProcessing
VER_CGPCAVEPOSTPROC="1.6.8"
Expand Down

0 comments on commit 7b38cc8

Please sign in to comment.