Skip to content

Commit

Permalink
Update to point to new BB release (from cancerit fork)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jan 9, 2020
1 parent ed6dc02 commit 9372593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 3.5.3

* Fix parsing of subclones file when generating final outputs
* This release points to cancerit fork of core battenberg algorithm [here](https://github.com/cancerit/battenberg/feature/grch38)
* v2.3.1 - faster PCF function

## 3.5.2

Expand Down
2 changes: 1 addition & 1 deletion Rsupport/setupR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ INST_PATH=$1
BUILD_R=$2

VERSION_ASCAT='2.5.1' # no 'v', not a project archive an artifact
VERSION_BB='v2.3.0' # with 'v', this is a project archive
VERSION_BB='v2.3.1' # with 'v', this is a project archive

CPU=`grep -c ^processor /proc/cpuinfo`
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 9372593

Please sign in to comment.