### Install Ensembl VEP Source: https://github.com/ensembl/ensembl-vep/blob/release/116/README.md Clone the VEP repository and run the installation script. The installer can also be used to check for updates. ```bash git clone https://github.com/Ensembl/ensembl-vep.git cd ensembl-vep perl INSTALL.pl ``` -------------------------------- ### Verify bioperl-ext Installation Source: https://github.com/ensembl/ensembl-vep/blob/release/116/README.md Run this command to verify that the bioperl-ext package has been installed successfully. It should print 'OK' if the installation was successful. ```perl perl -MBio::Tools::dpAlign -e"print qq{OK\n}" ```