Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed May 4, 2018
1 parent 1349199 commit f1526b3
Show file tree
Hide file tree
Showing 3 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.0.3

Bumps dockstore-cgpmap to include new version of dockstore-cgpbigwig for GRCh38
support on generation of bigwig files.

## 3.0.2

Bumps versions of dependencies to bring in
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/wtsicgp/dockstore-cgpmap:3.0.3 as builder
FROM quay.io/wtsicgp/dockstore-cgpmap:3.0.4 as builder

USER root

Expand Down 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.0.2"
LABEL uk.ac.sanger.cgp.version="3.0.3"

RUN apt-get -yq update
RUN apt-get install -yq --no-install-recommends\
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.0.2"
dockerPull: "quay.io/wtsicgp/dockstore-cgpwxs:3.0.3"

hints:
- class: ResourceRequirement
Expand Down

0 comments on commit f1526b3

Please sign in to comment.