recipe ensembl-vep

Ensembl Variant Effect Predictor

Homepage:

http://www.ensembl.org/info/docs/tools/vep/index.html

License:

Apache-2.0

Recipe:

/ensembl-vep/meta.yaml

The VEP determines the effect of your variants (SNPs, insertions, deletions, CNVs or structural variants) on genes, transcripts, and protein sequence, as well as regulatory regions.

package ensembl-vep

(downloads) docker_ensembl-vep

versions:
111.0-0110.1-0110.0-0109.3-1109.3-0108.2-0108.1-0108.0-0107.0-0

111.0-0110.1-0110.0-0109.3-1109.3-0108.2-0108.1-0108.0-0107.0-0106.1-0106.0-0105.0-1105.0-0104.3-1104.3-0104.2-1104.2-0104.1-1104.1-0104.0-0103.1-2103.1-1103.1-0102.0-0101.0-1101.0-0100.4-0100.3-0100.2-0100.1-1100.1-0100.0-099.2-099.1-099.0-098.3-098.2-098.1-098.0-198.0-097.4-097.3-097.2-097.1-097.0-096.3-096.0-095.3-095.2-095.1-095.0-195.0-094.5-094.4-094.0-093.4-093.2-092.4-092.3-092.0-191.3-191.3-091.2-091.1-091.0-090.10-090.9-190.7-190.7-090.6-090.5-090.3-090.1-190.1-089.7-089.4-089.1-289.1-188.10-188.10-088.9-288.9-188.9-088.8-088-0

depends htslib:

depends perl:

>=5.32.1,<6.0a0 *_perl5

depends perl-bio-db-hts:

>=2.11

depends perl-bioperl:

>=1.7.2

depends perl-dbd-mysql:

depends perl-dbi:

depends perl-io-compress:

depends perl-json:

depends perl-perlio-gzip:

depends perl-sereal:

depends perl-set-intervaltree:

depends perl-text-csv:

depends unzip:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install ensembl-vep

and update with::

   mamba update ensembl-vep

To create a new environment, run:

mamba create --name myenvname ensembl-vep

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/ensembl-vep:<tag>

(see `ensembl-vep/tags`_ for valid values for ``<tag>``)

Notes

This package installs only the variant effect predictor (VEP) library code. To install data libraries, you can use the 'vep_install' command installed along with it. For example, to install the VEP library for human GRCh38 to a directory

vep_install -a cf -s homo_sapiens -y GRCh38 -c /output/path/to/GRCh38/vep --CONVERT

(note that vep_install is renamed from INSTALL.pl

to avoid having generic script names in the PATH)

The --CONVERT flag is not required but improves lookup speeds during runs. See the VEP documentation for more details

http://www.ensembl.org/info/docs/tools/vep/script/vep_cache.html

Download stats