-
Notifications
You must be signed in to change notification settings - Fork 241
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
Gtcheck error #1444
Comments
Ah, I probably know what is happening. Can you please take a look what FORMAT tags are available in the two files, but not just in the header, but in the actual data lines? |
Hello, Petr,
Thank you! |
Thank you for the data. I see several problems, some in the input data, some in bcftools. Let's take a look at the data first: why is the reference base different even though the positions are identical? Either one of them is an invalid VCF (the REF allele must match the reference), or maybe they are both on a different genome build? The files cannot be compared as they are. |
Hi, I added a bunch of diagnostic messages that should help to diagnose such problems in the future:
|
Hello!
Comparison ChIP-seq vcf file with breaked regions of gvcf file of same sample results in error output:
Though i expect to get some value in number of sites. I tried to do bcftools norm for both files (genotype and query) but it resulted in too little number of sites compared:
At the same time when i compare g file against itself I get error result as well:
When I did the same using bcftools 1.9 the result was pretty good (79 discordance and 79800 number of sites compared).
What i did wrong?
My command is
bcftools gtcheck -g file1.vcf.gz file2.vcf.gz for gtcheck.
Also i checked if bcftools 1.9 gives right result for comparison of file against itself. And output was:
which is correct I think.
The text was updated successfully, but these errors were encountered: