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

Commit

Permalink
Release notes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Feb 22, 2017
1 parent d354278 commit 192188d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### 2.0.0
* See [dockstore-cgp:2.0.0](https://github.com/cancerit/dockstore-cgpmap/releases/tag/2.0.0)
* Streamlined install process to reduce build time and size of image.
* Fix to SNV flagging - was not being applied previously.

### 1.0.4
* Updates base image to add load management facilities via ENV variables.

### 1.0.3
* Add params file to output bindings

### 1.0.2
* Fix up output files slightly
* Update base image for dependency (PCAP-core etc)

### 1.0.1
* Fixes handling of species/assembly
* Update base image (PCAP-core etc)

### 1.0.0
Initial release of flow
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.0
MAINTAINER keiranmraine@gmail.com

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

hints:
- class: ResourceRequirement
Expand Down

0 comments on commit 192188d

Please sign in to comment.