Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: hgvs/free text dup/del end positions for definite ranges #525

Merged
merged 3 commits into from
Dec 6, 2023

Conversation

korikuzma
Copy link
Member

close #524

standard residue -> inter-residue conversion:
(a_b)_(c_d) -> start: models.Range([a-1, b-1]), end: models.Range([c,d])

standard residue -> interresidue conversion:
(a_b)_(c_d)-> start: models.Range([a-1, b-1]), end: models.Range([c,d])
@korikuzma korikuzma added bug Something isn't working priority:medium Medium priority vrs-2-alpha Changes are needed for the `staging` branch which points to VRS 2.0-alpha labels Nov 13, 2023
@korikuzma korikuzma self-assigned this Nov 13, 2023
@korikuzma korikuzma merged commit e0a7709 into staging Dec 6, 2023
10 checks passed
@korikuzma korikuzma deleted the issue-524 branch December 6, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:medium Medium priority vrs-2-alpha Changes are needed for the `staging` branch which points to VRS 2.0-alpha
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants