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/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Aug 18, 2017
2 parents 9a2c4ed + 093ee1a commit 2ee1711
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.1.2
* BRASS, random seed fixed to make noisy data have a reproducible result:
* see [v6.0.4](https://github.com/cancerit/BRASS/releases/tag/v6.0.4)

### 1.1.1
* Stable results between replicate runs:
* see [v6.0.3](https://github.com/cancerit/BRASS/releases/tag/v6.0.3)
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 quay.io/wtsicgp/dockstore-cgpwxs:2.1.1
MAINTAINER keiranmraine@gmail.com

LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Trust Sanger Institute" \
version="1.1.1" \
version="1.1.2" \
description="The CGP WGS 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 @@ -22,7 +22,7 @@ dct:creator:

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/dockstore-cgpwgs:1.1.1"
dockerPull: "quay.io/wtsicgp/dockstore-cgpwgs:1.1.2"

hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion build/opt-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SRC_ASCAT="https://raw.githubusercontent.com/Crick-CancerGenomics/ascat/6d40e69a
VER_GRASS="v2.1.0"

### BRASS
VER_BRASS="v6.0.3"
VER_BRASS="v6.0.4"
SOURCE_BLAT="http://users.soe.ucsc.edu/~kent/src/blatSrc35.zip"
SRC_FASTA36="https://github.com/wrpearson/fasta36/archive/v36.3.8d_13Apr16.tar.gz"

Expand Down

0 comments on commit 2ee1711

Please sign in to comment.