Skip to content
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

Is ANNOVAR able to annotate VCF files imputed by BEAGLE? #268

Open
Jiny000 opened this issue Dec 14, 2024 · 1 comment
Open

Is ANNOVAR able to annotate VCF files imputed by BEAGLE? #268

Jiny000 opened this issue Dec 14, 2024 · 1 comment

Comments

@Jiny000
Copy link

Jiny000 commented Dec 14, 2024

Hi there,

I used ANNOVAR to annotate vcf file imputed by beagle:

~/software/annovar/table_annovar.pl  test.vcf  --vcfinput --outfile test.out --buildver TEST  ~/path/to/db  --protocol refGene --operation g -remove

However, all sites were put into test.out.invalid_input file.
To find out the reason, I did these test:
1.Use the un-imputed VCF file. The result was correct.
2.Change the “|” in GT such as "0|0" to "0/0".It also worked.

So whether it is "|" in imputed VCF file that caused the error? I am confused because I think ANNOVAR uses GT info as additional information which won't effect annotations.

@kaichop
Copy link
Contributor

kaichop commented Dec 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants