SkillAgentSearch skills...

Mehari

VEP-like tool for sequence ontology and HGVS annotation of VCF files

Install / Use

/learn @varfish-org/Mehari
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Crates.io Crates.io Crates.io CI codecov DOI

Mehari

<img style="float: right" width="200" height="200" src="misc/camel.jpeg" alt="a camel">

Mehari is a software package for annotating VCF files with variant effect/consequence. The program uses hgvs-rs for projecting genomic variants to transcripts and proteins and thus has high prediction quality.

Other popular tools offering variant effect/consequence prediction include:

Mehari offers HGVS predictions that aim to mirror VariantValidator, the gold standard for HGVS variant descriptions, and consequence predictions compatible with VEP. Further, it is written in the Rust programming language and can be used as a library for users' Rust software.

Usage

To annotate variant consequences, gnomAD frequencies and clinVar information for sequence variants:

    mehari annotate seqvars \
      --transcripts resources/transcript_db \
      --frequencies resources/gnomad_db \
      --clinvar resources/clinvar_db \
      --path-input-vcf input.vcf \
      --path-output-vcf output.vcf

The corresponding database builds can be obtained from:

See Getting Started for more information on usage, and Development Setup for more information on how to build mehari and its databases from scratch.

Related Skills

View on GitHub
GitHub Stars27
CategoryDevelopment
Updated1d ago
Forks1

Languages

Rust

Security Score

95/100

Audited on Mar 30, 2026

No findings