Skip to content

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 31, 2017
2 parents ca81262 + 7f778c2 commit e3c7848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 ubuntu:14.04
MAINTAINER [email protected]

LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Trust Sanger Institute" \
version="2.0.2" \
version="2.0.3" \
description="The CGP mapping 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-cgpmap:2.0.2"
dockerPull: "quay.io/wtsicgp/dockstore-cgpmap: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 @@ -17,7 +17,7 @@ VER_CGPBIGWIG="0.4.1"
VER_BWA="v0.7.15"
VER_HTSLIB="1.3.2"
VER_SAMTOOLS="1.3.1"
VER_PCAP="4.0.1"
VER_PCAP="4.0.2"

if [ "$#" -lt "1" ] ; then
echo "Please provide an installation path such as /opt/ICGC"
Expand Down

0 comments on commit e3c7848

Please sign in to comment.