-
Notifications
You must be signed in to change notification settings - Fork 31
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
pileup variant for identical genomes #271
Comments
These are RefCall, meaning that they are not variants. You can simply ignore the RefCall records. On the other hand, since you have not enabled showing RefCall, but Clair3 is showing them, it means that Clair3 has a bug and we identified it already. The bug doesn't affect the correctness of the called variants, but was causing RefCall to be shown in the final VCF when no variant was called in the full-alignment calling stage. A fix is scheduled for v1.0.6. Before that, ignoring all lines with the RefCall tag solves your problem. |
Hi, Thanks for your response. I looked at the merge_output.vcf file again and there are 45 variants that are PASS and not RefCall, see below for an example (an extended image of the one in the previous post). Most of the PASS variant QUAL score is below 10 but some are between 11 - 18. Should I ignore them because of the low QUAL score?
|
I think you should ignore them since they are indels with lower quality. |
Fixed in v1.0.6 |
Hi @aquaskyline , |
@bethsampher Please send your log file and show some VCF records that can describe your problem. |
Hi,
I have high quality ONT reads from a single cell that passed all the quality check. I assembled these reads into a genome, then used Clair3 on the reads and the assemble genome to see test out Clair3 accuracy. So theoretically I shouldn't see any SNP?
My command was in addition to the required flag
--include_all_ctgs --no_phasing_for_fa --haploid_precise --call_snp_only
The output is:
So it's good that there was no variant found? But when I opened the merge_output.vcf file, it looks like this:
How should I interpret this result? No variant found but there are pileup variants? What are pileup variants and are they true variants?
Thank you.
The text was updated successfully, but these errors were encountered: