-
Notifications
You must be signed in to change notification settings - Fork 240
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
norm doesn't normalize symbolic variants #1919
Comments
In case I end up attempting to fix this (warning - I haven't written C in 15 years) I am interested in what people believe a good fix would be. Perhaps the way to solve this is to add an option to convert from symbolic variants to explicit ones, and back again. Ie you could go:
I am not sure what command to put this under - am using "cmd", though perhaps |
An experimental support for normalizing symbolic alleles has been added. So far it only considers deletions ( |
Hi, thanks for bcftools!
A variant NC_000003.11:g.128204049_128206714del can be written in a VCF as having an explicit REF or via a symbolic
altbcftools norm will left-align the former (to position 128204042), but not the symbolic representation - I think it should normalize both
I have attached this as a vcf (with .txt extension)
indel_normalise_test.GRCh37.txt
The text was updated successfully, but these errors were encountered: