We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have found an issue with the vcf format output by pilon. Using bcftools view -c 1 pilon.vcf it complains with the error:
bcftools view -c 1 pilon.vcf
[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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have found an issue with the vcf format output by pilon. Using
bcftools view -c 1 pilon.vcf
it complains with the error:This seems to be related to this line in the vcf:
The GT field indicates the alternate is present, but the alternate is set to '.'
Is this valid VCF format?
The text was updated successfully, but these errors were encountered: