varfish-org / hgvs-rs

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

fix: return error if problem in normalization #71

Closed holtgrewe closed 1 year ago

holtgrewe commented 1 year ago

Return an error rather than using unwrap() if an exon cannot be found for transcript normalization. This occured for NR_111984.1 on GRCh37 where the first exons are not properly aligned.