Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Mehari
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:
The corresponding database builds can be obtained from:
- transcripts: github.com/varfish-org/mehari-data-tx/releases
- gnomAD frequencies: TODO
- clinVar: github.com/varfish-org/annonars-data-clinvar/releases
See Getting Started for more information on usage, and Development Setup for more information on how to build mehari and its databases from scratch.