Skip to content

Instantly share code, notes, and snippets.

View jhb5696's full-sized avatar

Hyung-Bae Jeon jhb5696

View GitHub Profile
@jhb5696
jhb5696 / install_run_provean_notes.md
Created October 28, 2019 05:40 — forked from darencard/install_run_provean_notes.md
Notes on installing and running Provean

Notes from work installing and running Provean to predict protein impact of variants. Provean input files were produced based on VEP output using commands below. Some trial runs were completed using a computer to understand how quickly Provean can be run in parallel to work through all annotated genes.

# running PROVEAN

# installation & dependencies
# 1. checked that blast was installed and also reinstalled cd-hit to avoid issue with certain version
# 2. installed the NCBI nr database
sudo mkdir /opt/ncbi_blast_nr_db_2018-01-29
sudo chmod 775 /opt/ncbi_blast_nr_db_2018-01-29