Skip to content
Snippets Groups Projects
Commit a86e7448 authored by ameyner2's avatar ameyner2
Browse files

Initial commit with Aspera, VASE, bcbio.

parent 5a844370
No related branches found
No related tags found
No related merge requests found
# Installation of software for trio whole exome project
## Aspera
Downloaded Aspera Connect version 3.7.4.147727 from [https://downloads.asperasoft.com] and extracted to /home/u035/project/software.
## bcbio
This will take a long time, and may require multiple runs if it fails on a step. It will resume if needed. Run on a screen session and log each attempt.
```
cd /home/u035/project/software/install
wget https://raw.github.com/bcbio/bcbio-nextgen/master/scripts/bcbio_nextgen_install.py
python bcbio_nextgen_install.py /home/u035/project/software/bcbio \
--tooldir /home/u035/project/software/bcbio/bin \
--genomes hg38 --aligners bwa \
--datatarget variation --datatarget gnomad \
--datatarget vep --datatarget dbnsfp --cores 32 &> bcbio_install_YYYYMMDDhhmm.log
```
Put a fake file name for genotype2phenotype field in genomes/hg38/seq/hg38-resources.yaml
Increase JVM memory for GATK in galaxy/bcbio_system.yaml
```
gatk:
jvm_opts: ["-Xms500m", "-Xmx5g"]
```
## VASE
VASE was installed following the instructions at [https://github.com/david-a-parry/vase].
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment