Homozygous reference variants #239
-
Hello! I have a question - does Open-CRAVAT annotate homozygous reference (0/0) variants? |
Beta Was this translation helpful? Give feedback.
Answered by
jasminebro
Feb 14, 2024
Replies: 1 comment
-
Hi @kkmarkel. OpenCravat does not annotate 0/0 variants. If you are using a local installation of OpenCravat, you can look at the input_filename_vcf.err file in your job directory to see which lines were skipped. A work around could be to edit the vcf and add a fake sample that 1/1 for every variant. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jasminebro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kkmarkel. OpenCravat does not annotate 0/0 variants. If you are using a local installation of OpenCravat, you can look at the input_filename_vcf.err file in your job directory to see which lines were skipped.
A work around could be to edit the vcf and add a fake sample that 1/1 for every variant.