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

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 28, 2017
2 parents 384b335 + 618ba57 commit 3ec0cc0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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/analysis_config.local.json` moved to a non-expiring location.

### 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.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM quay.io/wtsicgp/dockstore-cgpmap:2.0.0
FROM quay.io/wtsicgp/dockstore-cgpmap:2.0.1

MAINTAINER keiranmraine@gmail.com

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

hints:
- class: ResourceRequirement
Expand Down
2 changes: 2 additions & 0 deletions build/opt-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ VER_CGPPINDEL="v2.1.0"

# cgpCaVEManPostProcessing
VER_CGPCAVEPOSTPROC="1.6.8"
# Warning bedtools 2.24.0 and 2.25.0 have a swapped usage in coverageBed
# No upgrades until [this ticket](https://github.com/arq5x/bedtools2/issues/319) is resolved
VER_BEDTOOLS="2.21.0"

# cgpCaVEManWrapper
Expand Down
4 changes: 2 additions & 2 deletions examples/analysis_config.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"class": "File"
},
"tumour": {
"path": "ftp://ngs.sanger.ac.uk/scratch/project/cancer/cgpwxs/testdata/COLO-829_ex.bam",
"path": "ftp://ngs.sanger.ac.uk/production/cancer/dockstore/cgpwxs/COLO-829_ex.bam",
"class": "File"
},
"normal": {
"path": "ftp://ngs.sanger.ac.uk/scratch/project/cancer/cgpwxs/testdata/COLO-829-BL_ex.bam",
"path": "ftp://ngs.sanger.ac.uk/production/cancer/dockstore/cgpwxs/COLO-829-BL_ex.bam",
"class": "File"
},
"exclude": "NC_007605,hs37d5,GL%",
Expand Down

0 comments on commit 3ec0cc0

Please sign in to comment.