convert2annovar Skipped invalid alternative alleles found in input file
1
0
Entering edit mode
9.0 years ago
giovannadv • 0

Hi,

I' m a new user; I've tried to convert my vcf4 file withconvert2annovar file to obtain a input file to analize with ANNOVAR.

I' ve obtained my avinput file witha a Warning: Skipped 2 invalid alternative alleles found in input file

How can I know wich are the 2 alleles skipped?

Thank you for your kind help

Gio

ANNOVAR convert2annovar vcf4 skippped allele • 2.3k views
ADD COMMENT
0
Entering edit mode
8.2 years ago

you can use the -v option from convert2annovar.pl to get all the description of the conversion. the information you're looking for will be listed as a WARNING, so you may want to grep WARNING the STDERR where all this information is dumped:

convert2annovar.pl -format vcf4 -v file.vcf 2>&1 | grep WARNING
ADD COMMENT

Login before adding your answer.

Traffic: 3720 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6