Skip to content

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 16, 2019
2 parents 8a0892e + 8671be5 commit 133e33a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGES

## 3.1.4

* Update PCAP-core to 4.3.5
* Sppedup bamsort by adding sort helpers

## 3.1.3

* Update PCAP-core to 4.3.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MAINTAINER [email protected]

LABEL vendor="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute"
LABEL uk.ac.sanger.cgp.description="PCAP-core 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 @@ -14,7 +14,7 @@ VER_BIODBHTS="2.10"
VER_BWA="v0.7.17"
VER_HTSLIB="1.9"
VER_SAMTOOLS="1.9"
VER_PCAP="4.3.4"
VER_PCAP="4.3.5"

if [ "$#" -lt "1" ] ; then
echo "Please provide an installation path such as /opt/ICGC"
Expand Down
2 changes: 1 addition & 1 deletion cwls/mixins/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
class: DockerRequirement
dockerPull: "quay.io/wtsicgp/dockstore-cgpmap:3.1.3"
dockerPull: "quay.io/wtsicgp/dockstore-cgpmap:3.1.4"

0 comments on commit 133e33a

Please sign in to comment.