Skip to content

Releases: Ensembl/ensembl-vep

release/97.2

23 Jul 15:42
306e3f4
Compare
Choose a tag to compare

Fixes an issue when forcing sorting of rsID input files

release/97.1

16 Jul 07:51
9a2d6bf
Compare
Choose a tag to compare
  • Fix issue when checking that the VCF variants are sorted by position

release/97.0

03 Jul 14:28
Compare
Choose a tag to compare

New VEP features

  • Allele-specific clinical significance available. See new option --clin_sig_allele.
  • Include the new --mane option into the --everything group option.
  • Update --pick and --pick_order to support MANE Select transcripts.
  • Check if the input variants are ordered: non ordered variants slow down VEP and require more memory.
  • Skip annotation of complex and long structural variants and display a warning message.

New VEP options

  • --clin_sig_allele: report allele specific clinical significance (it is variant-specific by default).
  • --mane: report if a transcript is the MANE Select.
  • --max_sv_size: extend the maximum Structural Variant size VEP can process.
  • --no_check_variants_order: permit the use of unsorted input files (WARNING - this is slow and requires more memory).
  • --overlaps: report the proportion and length of a transcript overlapped by a structural variant in VCF format.

VEP options documentation

VEP web tool

  • The transcript identifiers are now returned with versions unless otherwise specified, e.g.:
    'ENST00000403559.8' instead of 'ENST00000403559'.

VEP installer

  • tabix-indexed variant cache files are now installed by default.

Variant recoder

  • Add an option --vcf_string to return results in VCF format.

VEP plugins

  • FunMotifs - new: provide information about overlapping tissue-specific transcription factor motifs.
  • Mastermind - new: reports variants that have clinical evidence cited in the medical literature.
  • StructuralVariantOverlap - new: provide information from overlapping structural variants.
  • G2P - update: now the plugin can be run offline.

VEP_plugins repository

release/96.3

17 Jun 15:37
dad1066
Compare
Choose a tag to compare

Fix VEP process issue when the alleles from an input variant are the same (i.e. REF = ALT)

release/96.2

06 Jun 12:23
Compare
Choose a tag to compare

Haplosaurus - fix comparison for non numeric chromosomes

release/96.1

04 Jun 11:47
c9cbd42
Compare
Choose a tag to compare

Haplosaurus - fix interpretation issue when following entries have similar coordinates but on different chromosomes in the input file

release/96.0

08 Apr 17:55
Compare
Choose a tag to compare
  • Add SPDI format for VEP (input) and Variant Recoder (input and output)
  • Update VEP cache with gnomAD 2.1 (human)
  • Update the Docker VEP base image to Ubuntu 18.04
  • Retire deprecated flags: --gmaf, --maf_1kg, --maf_esp, --maf_exac, --check_alleles, --html, --gvf
  • Retire legacy code about the pileup input format, which is no longer supported
  • Deprecate the installation flag "--VERSION"
  • Force numbers to be encoded as numbers in JSON output

release/95.3

08 Mar 14:56
2570103
Compare
Choose a tag to compare

Fix to ignore the empty MotifFeatures from the VEP cache

release/95.2

15 Feb 16:04
fbe31be
Compare
Choose a tag to compare

Fix the installation script issue when an older version of VEP is specified with the flag '--VERSION'

release/95.1

16 Jan 14:28
f9c3163
Compare
Choose a tag to compare

Add the Perl library Text::CSV in the cpanfile (required for the G2P VEP plugin)