:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'ensembl-vep' .. highlight: bash ensembl-vep =========== .. conda:recipe:: ensembl-vep :replaces_section_title: :noindex: Ensembl Variant Effect Predictor :homepage: https://www.ensembl.org/info/docs/tools/vep/index.html :documentation: https://useast.ensembl.org/info/docs/tools/vep/script/vep_tutorial.html :developer docs: https://github.com/Ensembl/ensembl-vep :license: APACHE / Apache-2.0 :recipe: /`ensembl-vep `_/`meta.yaml `_ :links: biotools: :biotools:`vep` 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. .. conda:package:: ensembl-vep |downloads_ensembl-vep| |docker_ensembl-vep| :versions: .. raw:: html
115.2-1115.2-0115.1-0115-0114.2-1114.2-0114.1-0114.0-0113.4-0 ``115.2-1``,  ``115.2-0``,  ``115.1-0``,  ``115-0``,  ``114.2-1``,  ``114.2-0``,  ``114.1-0``,  ``114.0-0``,  ``113.4-0``,  ``113.3-2``,  ``113.3-1``,  ``113.3-0``,  ``113.2-0``,  ``113.0-0``,  ``112.0-0``,  ``111.0-0``,  ``110.1-0``,  ``110.0-0``,  ``109.3-1``,  ``109.3-0``,  ``108.2-0``,  ``108.1-0``,  ``108.0-0``,  ``107.0-0``,  ``106.1-0``,  ``106.0-0``,  ``105.0-1``,  ``105.0-0``,  ``104.3-1``,  ``104.3-0``,  ``104.2-1``,  ``104.2-0``,  ``104.1-1``,  ``104.1-0``,  ``104.0-0``,  ``103.1-2``,  ``103.1-1``,  ``103.1-0``,  ``102.0-0``,  ``101.0-1``,  ``101.0-0``,  ``100.4-0``,  ``100.3-0``,  ``100.2-0``,  ``100.1-1``,  ``100.1-0``,  ``100.0-0``,  ``99.2-0``,  ``99.1-0``,  ``99.0-0``,  ``98.3-0``,  ``98.2-0``,  ``98.1-0``,  ``98.0-1``,  ``98.0-0``,  ``97.4-0``,  ``97.3-0``,  ``97.2-0``,  ``97.1-0``,  ``97.0-0``,  ``96.3-0``,  ``96.0-0``,  ``95.3-0``,  ``95.2-0``,  ``95.1-0``,  ``95.0-1``,  ``95.0-0``,  ``94.5-0``,  ``94.4-0``,  ``94.0-0``,  ``93.4-0``,  ``93.2-0``,  ``92.4-0``,  ``92.3-0``,  ``92.0-1``,  ``91.3-1``,  ``91.3-0``,  ``91.2-0``,  ``91.1-0``,  ``91.0-0``,  ``90.10-0``,  ``90.9-1``,  ``90.7-1``,  ``90.7-0``,  ``90.6-0``,  ``90.5-0``,  ``90.3-0``,  ``90.1-1``,  ``90.1-0``,  ``89.7-0``,  ``89.4-0``,  ``89.1-2``,  ``89.1-1``,  ``88.10-1``,  ``88.10-0``,  ``88.9-2``,  ``88.9-1``,  ``88.9-0``,  ``88.8-0``,  ``88-0`` .. raw:: html
:depends on htslib: :depends on perl: ``>=5.32.1,<6.0a0 *_perl5`` :depends on perl-bio-bigfile: :depends on perl-bio-db-hts: ``>=2.11`` :depends on perl-bio-procedural: :depends on perl-bioperl: ``>=1.7.3`` :depends on perl-dbd-mysql: :depends on perl-dbd-sqlite: :depends on perl-dbi: :depends on perl-io-compress: :depends on perl-json: :depends on perl-list-moreutils: :depends on perl-perlio-gzip: :depends on perl-sereal: :depends on perl-set-intervaltree: :depends on perl-text-csv: :depends on unzip: :additional platforms: Installation ------------ You need a conda-compatible package manager (currently either `pixi `__, `conda `__, or `micromamba `__) and the Bioconda channel already activated (see :ref:`bioconda_setup`). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda). Pixi """" With pixi_ installed and the Bioconda channel set up (see :ref:`bioconda_setup`), to install globally, run:: pixi global install ensembl-vep to add into an existing workspace instead, run:: pixi add ensembl-vep In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:: pixi workspace channel add conda-forge pixi workspace channel add bioconda Conda """"" With conda_ installed and the Bioconda channel set up (see :ref:`bioconda_setup`), to install into an existing and activated environment, run:: conda install ensembl-vep Alternatively, to install into a new environment, run:: conda create -n envname ensembl-vep with ``envname`` being the name of the desired environment. Container """"""""" Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:: docker pull quay.io/biocontainers/ensembl-vep: (see `ensembl-vep/tags`_ for valid values for ````). Integrated deployment """"""""""""""""""""" Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration. .. _conda: https://conda.io .. _pixi: https://pixi.sh .. |downloads_ensembl-vep| image:: https://img.shields.io/conda/dn/bioconda/ensembl-vep.svg?style=flat :target: https://anaconda.org/bioconda/ensembl-vep :alt: (downloads) .. |docker_ensembl-vep| image:: https://quay.io/repository/biocontainers/ensembl-vep/status :target: https://quay.io/repository/biocontainers/ensembl-vep .. _`ensembl-vep/tags`: https://quay.io/repository/biocontainers/ensembl-vep?tab=tags .. raw:: html 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 ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/ensembl-vep/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/ensembl-vep/README.html