You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our rust version of hgvs, I stumbled upon cases where the interval requested in get_altered_sequence does not agree with the location range in the variant description.
However, I suspect that this is due to upstream logic or some missing update of the variant object instance
See varfish-org/hgvs-rs#225 for a slightly more thorough explanation.
(I will provide additional information later, i.e. how to reproduce etc)
The text was updated successfully, but these errors were encountered:
In our rust version of hgvs, I stumbled upon cases where the interval requested in
get_altered_sequence
does not agree with the location range in the variant description.However, I suspect that this is due to upstream logic or some missing update of the variant object instance
See varfish-org/hgvs-rs#225 for a slightly more thorough explanation.
(I will provide additional information later, i.e. how to reproduce etc)
The text was updated successfully, but these errors were encountered: