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 biocommons/hgvs#709 (Fix variant region for ins and dup on intron-exon boundary) #193

Open holtgrewe opened 2 months ago

holtgrewe commented 2 months ago

Is your feature request related to a problem? Please describe. The PR biocommons/hgvs#709 addresses issue biocommons/hgvs#655 that handles ins/del at intron/exon boundaries.

Describe the solution you'd like Incorporate the patch and test as Rust code once merged in biocommons/hgvs.

Describe alternatives you've considered N/A

Additional context