Skip to content

Commit

Permalink
Update ensembl-vep version
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Oct 11, 2023
1 parent f3df8a8 commit ae950cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprvat/annotations/setup_annotation_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "- vep"
mkdir -p $REPO_DIR/ensembl-vep
git clone https://github.com/Ensembl/ensembl-vep.git $REPO_DIR/ensembl-vep
cd $REPO_DIR/ensembl-vep
git checkout release/109
git checkout release/111
perl INSTALL.pl --AUTO acfp --ASSEMBLY GRCh38 --CACHEDIR $VEP_CACHEDIR --PLUGINS CADD, SpliceAI, PrimateAI --PLUGINSDIR $VEP_PLUGINDIR --species homo_sapiens
cd ../..

Expand Down

0 comments on commit ae950cc

Please sign in to comment.