varfish-org / hgvs-rs

A port of biocommons/hgvs to the Rust programming language
Apache License 2.0
11 stars 4 forks source link

Port over the HGVS variant description parser from Python hgvs package #2

Closed holtgrewe closed 1 year ago

holtgrewe commented 1 year ago

We need the HGVS parsing functionality and data structures to represent HGVS variant descriptions.

For this, we should port over the HGVS parser module from hgvs. Parsing should be based on the nom package.