-
Notifications
You must be signed in to change notification settings - Fork 3
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
The genotype field of bcf file is missing alternate allele #3
Comments
Hi Simon, I also have the same error message when loading the vcf in IGV:
FYI I used the version corresponding to the master branch so with the latest commit Thanks in advance. |
This is a clear bug - we should not be producing invalid vcf files in any
circumstances. I will look into this.
Simon
…On Fri, 10 Jun 2022, 21:39 Paul STRETENOWICH, ***@***.***> wrote:
Hi Simon,
I also have the same error message when loading the vcf in IGV:
The allele with index 3 is not defined in the REF/ALT columns in the record, for input source:
FYI I used the version corresponding to the master branch so with the
latest commit ef7eb81.
I can't find any genotype being 1/2 and all 1/3 are like the one in the
example of @tahuh <https://github.com/tahuh>: with only 2 alternate
alleles.
Do you plan to have a fix for this @heathsc <https://github.com/heathsc>
or is this intended?
Thanks in advance.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAY4655N2AGVCHVEDJSUDZLVOOKXLANCNFSM43FTYJDA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Many thanks for your super quick reply! Keep me posted when you have a fix so that I can give a try on my side and download the new version. Paul |
Hi @heathsc
I'm using BSCall software to detect some variants from whole genome bisulfite sequencing data.
My version of bs_call is 2.1.7
When I tried to compare the result of BSCall and NA12878's germline SNP variants using gatk's GenotypeCondordance command, I encountered with the error message that
After some google search, I found that this is because the alternate allele index is missing (Insufficient amount of alternate allele).
There are many records genotyped 1/3 as shown below but only have 2 alternate allele.
According to this thread of biostars , I think this genotype would be
1/2
instead of1/3
.Is this genotype is intention or a mis calling?
The text was updated successfully, but these errors were encountered: