Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Feb 27, 2017
2 parents 0a506bc + d16a2f8 commit bb238ba
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.1
* Test data in `examples/sample_configs.local.json` moved to a non-expiring location.

### 2.0.0
* PCAP-core forked to cancerit and all legacy PCAWG code removed.
* Update to cgpBigWig/libBigWig to handle bug detected in ASCAT.
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 ubuntu:14.04
MAINTAINER [email protected]

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

hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion examples/sample_configs.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"bams_in": [
{"class": "File",
"path": "ftp://ngs.sanger.ac.uk/scratch/project/cancer/cgpmap/testdata/insilico_21.bam"}
"path": "ftp://ngs.sanger.ac.uk/production/cancer/dockstore/cgpmap/insilico_21.bam"}
],
"cram": false,
"sample": "test",
Expand Down

0 comments on commit bb238ba

Please sign in to comment.