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

Notes on re-generating gnomaAD if needed.

parent 47a33651
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,12 @@ DATE=`date +%Y%m%d%H%M` ...@@ -39,7 +39,12 @@ DATE=`date +%Y%m%d%H%M`
/home/u035/project/software/bcbio/tools/bin/bcbio_nextgen.py upgrade -u skip --datatarget vep &> bcbio_install_datatarget_vep_${DATE}.log /home/u035/project/software/bcbio/tools/bin/bcbio_nextgen.py upgrade -u skip --datatarget vep &> bcbio_install_datatarget_vep_${DATE}.log
``` ```
We already had gnomAD 3.0 compiled and downloaded from another bcbio installation, so this gets copied to /home/u035/project/software/bcbio/genomes/Hsapiens/hg38/variation. We already had gnomAD 3.0 compiled and downloaded from another bcbio installation, so this gets copied to /home/u035/project/software/bcbio/genomes/Hsapiens/hg38/variation. However, if needed, re-generate it like this. It will take about 6 days.
```
DATE=`date +%Y%m%d%H%M`
/home/u035/project/software/bcbio/tools/bin/bcbio_nextgen.py upgrade -u skip --datatarget gnomad &> bcbio_install_datatarget_gnomad_${DATE}.log
```
Increase JVM memory for GATK in galaxy/bcbio_system.yaml Increase JVM memory for GATK in galaxy/bcbio_system.yaml
......
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