Entering edit mode
12.7 years ago
Evanescent
•
0
Hi all, I am trying to filter according to the Hardy-Weinberg Equilibrium test. I use the following:
vcftools --vcf myfile.vcf --hardy
and I got: Error:Require Genotypes in VCF file in order to output HWE Statistics.
despite the fact the values for GT:AD:DP:GQ:PL are present in the file. What am I missing ?
Thanks !