Skip to content

Releases: Ensembl/ensembl-vep

release/113.3

25 Nov 15:21
Compare
Choose a tag to compare

Bug fix:

release/113.2

12 Nov 14:04
Compare
Choose a tag to compare

Bugfix:

release/113.1

12 Nov 14:00
Compare
Choose a tag to compare

Bugfix:

release/113.0

18 Oct 18:18
Compare
Choose a tag to compare

New in version 113 (October 2024)

Plugin support added to REST and Web for:

Plugin support added to Web for:

Plugin support added to REST for:

  • LOEUF

  • Plugin data version updated for CADD (v1.6 to v1.7) and dbNSFP (4.5c to 4.7c).

release/112.0

16 May 11:00
Compare
Choose a tag to compare

New in version 112 (May 2024)

Enhanced Structural Variant Support:

  • Added support for CNV:TR
  • Enabled the use of chromosome synonyms in breakends
  • Report consequences for each breakend and enable the input of single breakends

New plugins (supported on CLI, Web and REST):

  • AlphaMissense - annotates missense variants with the pre-computed AlphaMissense pathogenicity scores. AlphaMissense is a deep learning model developed by Google DeepMind that predicts the pathogenicity of single nucleotide missense variants.

New plugins (supported on CLI and Web):

  • RiboseqORFs - uses a standardized catalog of human Ribo-seq ORFs to re-calculate consequences for variants located in these translated regions

New plugins (supported on CLI):

  • Paralogues - fetches variants overlapping the genomic coordinates of amino acids aligned between paralogue proteins
  • AVADA - Automatic VAriant evidence DAtabase is a novel machine learning tool that uses natural language processing to automatically identify pathogenic genetic variant evidence in full-text primary literature about monogenic disease and convert it to genomic coordinates
  • GeneBe - A plugin kindly contributed by the GeneBe team, it retrieves automatic ACMG variant classification data from https://genebe.net/
  • PhenotypeOrthologous - A VEP plugin that retrieves phenotype information associated with orthologous genes from model organisms

Plugin support added to REST and Web for:

release/111.0

11 Jan 16:24
d69b70d
Compare
Choose a tag to compare

New option --individual_zyg returns a single list of individuals and their zygosity (instead of a separate line of output for each individual and variant combination like in --individual)
Custom annotation has been improved with the following options:
num_records to limit the number of matching records (50 by default)
summary_stats to calculate summary statistics (min, mean, max, count, sum) using annotation scores (not used by default)

New plugins (supported on CLI, REST and web):
Enformer - adds pre-calculated predictions of variant impact on gene expression
BayesDel - adds a deleteriousness meta-score combining multiple deleteriousness predictors
OpenTargets - adds locus-to-gene (L2G) scores to predict causal genes at GWAS loci from Open Targets Genetics

New plugins (supported on CLI):
DeNovo - identifies de novo variants in a VCF file. This plugin requires a pedigree (.ped) file.
SpliceVault - predicts exon-skipping events and activated cryptic splice sites based on the most common mis-splicing events around a splice site
DosageSensitivity - annotates the likelihood of a gene being haploinsufficient or triplosensitive
VARITY - adds pre-calculated pathogenicity scores of rare human missense variants

release/110.1

24 Jul 11:38
b3fdd97
Compare
Choose a tag to compare

Bugfix:

  • Misleading warning message about undefined variable. Reported in - #1457

release/110.0

18 Jul 08:20
Compare
Choose a tag to compare

New plugins (supported on CLI):

New plugins (supported on CLI, REST and web):

  • Geno2MP - adds information from Geno2MP, a web-accessible database of rare variant genotypes linked to phenotypic information
  • MaveDB - adds information from MaveDB, a database that holds experimentally determined measures of variant effect

Structural variant (SV) annotation updates

  • More detailed molecular consequence predictions
  • More efficient integration of information from reference SV sets
  • Support for breakend variant annotation
  • Integration of CADD-SV scores

release/109.3

21 Feb 13:45
fc75dcc
Compare
Choose a tag to compare
  • Fixed test and installer issues stemming from ENV variables.
  • Added checks for variable filtering coming from INI file and ENV variables.

release/109.2

15 Feb 09:21
c5669c8
Compare
Choose a tag to compare
  • Fix auto assignment of VEP_VERSION to API_VERSION in installer script
  • Remove usage of deprecated parameter VERSION in the installer script