... | ... | @@ -14,6 +14,22 @@ source activate exome-analysis |
|
|
|
|
|
## Download CADD references
|
|
|
```
|
|
|
cd CADD-scripts
|
|
|
cd pipeline/TOOLS/CADD-scripts
|
|
|
./install.sh
|
|
|
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
|
|
|
Do you want to install CADD v1.6 for GRCh38/hg38? (y)/n n
|
|
|
Do you want to load annotations (Annotations can also be downloaded manually from the website)? (y)/n y
|
|
|
Do you want to load prescored variants (Makes SNV calling faster. Can also be loaded/installed later.)? y/(n) y
|
|
|
Do you want to load prescored variants for scoring with annotations (Warning: These files are very big)? y/(n) n
|
|
|
Do you want to load prescored variants for scoring without annotations? y/(n) y
|
|
|
Do you also want to load prescored InDels? We provide scores for well known InDels from sources like ClinVar, gnomAD/TOPMed etc. y/(n) y
|
|
|
|
|
|
The following will be loaded: (disk space occupied)
|
|
|
- Setup of the virtual environments including all dependencies for CADD v1.6 (10 GB).
|
|
|
- Download CADD annotations for GRCh37-v1.6 (121 GB)
|
|
|
- Download prescored SNV (without annotations) for GRCh37-v1.6 (78 GB)
|
|
|
- Download prescored InDels (without annotations) for GRCh37-v1.6 (0.6 GB)
|
|
|
Please make sure you have enough disk space available.
|
|
|
Ready to continue? (y)/n y
|
|
|
``` |
|
|
\ No newline at end of file |