-
Notifications
You must be signed in to change notification settings - Fork 751
postprocess variants failed !!! #485
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
Comments
Can you include all the commands you ran? Also can you try with the latest version of DeepVariant? |
Hi, @MariaNattestad Thank you very much for your kind advice. I have figured out what caused this error and it did work. Additionally, I don't understand how DeepVariant defines those candidate variants when making examples. I know it is implemented by the file "allelecounter.cilf", but I get limited information from this file. Thank you again for your help. |
For the detailed explanation of how candidates are generated please see https://www.biorxiv.org/content/10.1101/092890v6.full.pdf (starting at page 14). |
Soga, thank you@akolesnikov |
@leedchou can you share what you figured out was the cause of the error? |
Uh oh!
There was an error while loading. Please reload this page.
Have you checked the FAQ? https://github.com/google/deepvariant/blob/r1.2/docs/FAQ.md: YES
Describe the issue:
Manually selected regions (a single region is formed by a locus extending 500 bp to both sides) were used in my project to make examples, and it was also succeed in calling variants. However, when I running postprocess_variants, something went wrong. I check the log, and I guess it was related to the wrong "call_variant_outputs". So I printed one "call_variant_outputs" out of the whole tfrecord, and found out there are several repeated variant in one call. Where did I go wrong?
The log file is attached.
postprocess_variants.log
Setup
Steps to reproduce:
Does the quick start test work on your system?
YES
The text was updated successfully, but these errors were encountered: