65 releases (29 breaking)

new 0.30.0 Nov 20, 2024
0.28.1 Sep 3, 2024
0.25.7 Jun 18, 2024
0.25.4 Mar 8, 2024
0.6.2 Jul 17, 2023

#135 in Biology

Download history 191/week @ 2024-07-31 152/week @ 2024-08-07 250/week @ 2024-08-14 33/week @ 2024-08-21 147/week @ 2024-08-28 58/week @ 2024-09-04 68/week @ 2024-09-11 109/week @ 2024-09-18 141/week @ 2024-09-25 251/week @ 2024-10-02 195/week @ 2024-10-09 183/week @ 2024-10-16 45/week @ 2024-10-23 40/week @ 2024-10-30 14/week @ 2024-11-06 6/week @ 2024-11-13

119 downloads per month
Used in varfish-server-worker

MIT license

645KB
14K SLoC

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

Mehari

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.

Dependencies

~102MB
~2M SLoC