... | ... | @@ -13,14 +13,14 @@ source activate exome-analysis |
|
|
```
|
|
|
|
|
|
## Download CADD references
|
|
|
CADD scripts are contained in this project but yo use it, you need to install CADD v.16 and download references
|
|
|
CADD scripts are contained in this project but yo use it, you need to install CADD v.16 and download references.
|
|
|
|
|
|
```
|
|
|
cd pipeline/TOOLS/CADD-scripts
|
|
|
./install.sh
|
|
|
```
|
|
|
|
|
|
You have to input the following answers
|
|
|
You have to input the following answers.
|
|
|
```
|
|
|
Do you want to install the virtual environments with all CADD dependencies via conda? (y)/n y
|
|
|
Do you want to install CADD v1.6 for GRCh37/hg19? (y)/n y
|
... | ... | @@ -39,3 +39,6 @@ The following will be loaded: (disk space occupied) |
|
|
Please make sure you have enough disk space available.
|
|
|
Ready to continue? (y)/n y
|
|
|
```
|
|
|
|
|
|
## Other references
|
|
|
Files required for other tools (VEP, ANNOVAR ...) will automatically be downloaded by submiting the pipeline for the first time. |
|
|
\ No newline at end of file |