Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Problem with REF/ALT normalization in VCF #99

Closed
holtgrewe opened this issue Oct 11, 2023 · 0 comments · Fixed by #100
Closed

Problem with REF/ALT normalization in VCF #99

holtgrewe opened this issue Oct 11, 2023 · 0 comments · Fixed by #100
Labels
bug Something isn't working

Comments

@holtgrewe
Copy link
Contributor

Describe the bug
For input as below

19 5687506 . GC GT

The first base should be trimmed. The annotator does this but does not update the position leading to a wrong location.

19 5687506 . C T

The correct output is

19 5687507 . C T

Such input is probably rare, affects multiallelic sites, and did not occur previously as our installation does this normalization with bcftools norm.

@holtgrewe holtgrewe added the bug Something isn't working label Oct 11, 2023
@holtgrewe holtgrewe linked a pull request Oct 11, 2023 that will close this issue
holtgrewe added a commit that referenced this issue Oct 11, 2023
Closes: #99
Related-Issue: #99
Projected-Results-Impact: medium
holtgrewe added a commit that referenced this issue Oct 11, 2023
Closes: #99
Related-Issue: #99
Projected-Results-Impact: require-revalidation
holtgrewe added a commit that referenced this issue Oct 11, 2023
Closes: #99
Related-Issue: #99
Projected-Results-Impact: require-revalidation
holtgrewe added a commit that referenced this issue Oct 11, 2023
Closes: #99
Related-Issue: #99
Projected-Results-Impact: require-revalidation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant