Brendan O'Donnell
Brendan O'Donnell
Hey @reece, my testing all checked out fine with the latest changes. Thanks again for your feedback.
Also, this might be semantics but we're not using an arbitrary assembly in the sense that we're picking GRCh37 or GRCh38 randomly. Rather, we're using the assembly tied to the...
Rebased on main
Rebased on main
We found some examples of duplications where the original logic here didn't shift the variant far enough to to get the expected result. It turned out that for these variants...
@reece or @ahwagner can you remove the stale label here? We would still like to get this merged is possible. Thanks!
We found a case where trying to map the shifted variant causes an `HGVSInvalidVariantError`. I've added logic to handle this and a test case. The variant is `NM_182758.2:c.2953-31_2953-26dup`. As part...
Also rebased on main
Rebased on main
I am working on a fix for this. I expect to have it ready to submit a PR shortly after PR #709 is merged.