Skip to content

Commit 1bdf005

Browse files
committed
Extend dependencies description
1 parent aa171fc commit 1bdf005

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This repository contains code for the whole genome sequencing subclonal copy num
44

55
## Installation instructions
66

7-
The instructions below will install the latest stable Battenberg version. Please take this approach only when you'd like to do something not covered by cgpBattenberg.
7+
The instructions below will install the latest stable Battenberg version.
88

99
#### Prerequisites
1010

11-
Installing from Github requires devtools and Battenberg requires readr, RColorBrewer and ASCAT. The pipeline requires doParallel. From the command line run:
11+
Installing from Github requires devtools and Battenberg requires readr, splines, RColorBrewer and ASCAT, while the pipeline requires parallel and doParallel. From the command line run:
1212

1313
```
14-
R -q -e 'source("http://bioconductor.org/biocLite.R"); biocLite(c("devtools", "readr", "doParallel", "ggplot2", "RColorBrewer", "gridExtra", "gtools"));'
14+
R -q -e 'source("http://bioconductor.org/biocLite.R"); biocLite(c("devtools", "splines", "readr", "doParallel", "ggplot2", "RColorBrewer", "gridExtra", "gtools", "parallel"));'
1515
R -q -e 'devtools::install_github("Crick-CancerGenomics/ascat/ASCAT")'
1616
```
1717

@@ -25,7 +25,7 @@ R -q -e 'devtools::install_github("Wedge-Oxford/battenberg")'
2525

2626
#### Required reference files
2727

28-
Battenberg requires reference files that can be downloaded from here: https://ora.ox.ac.uk/objects/uuid:2c1fec09-a504-49ab-9ce9-3f17bac531bc
28+
Battenberg requires reference files, for now for GRCh37 only, that can be downloaded from here: https://ora.ox.ac.uk/objects/uuid:2c1fec09-a504-49ab-9ce9-3f17bac531bc
2929

3030
The bundle contains the following files:
3131

0 commit comments

Comments
 (0)