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

VCF format issue #145

Open
jodyphelan opened this issue Mar 21, 2022 · 0 comments
Open

VCF format issue #145

jodyphelan opened this issue Mar 21, 2022 · 0 comments

Comments

@jodyphelan
Copy link

I have found an issue with the vcf format output by pilon. Using bcftools view -c 1 pilon.vcf it complains with the error:

[E::bcf_calc_ac] Incorrect allele ("1") in SAMPLE at Chromosome:767398

This seems to be related to this line in the vcf:

Chromosome      767398  .       C       .       .       Del     DP=0;TD=44;BQ=0;MQ=60;QD=0;BC=0,0,0,0;QP=0,0,0,0;PC=114;IC=0;DC=44;XC=0;AC=2;AF=0.00    GT      1/1

The GT field indicates the alternate is present, but the alternate is set to '.'

Is this valid VCF format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant