Closed jma7 closed 6 years ago
2.3 Calculate genotype statistics for each variant (--from_stat)
Examples: statistics of genotype info fields
vtools output variant chr pos ref alt DP avg_DP -l5
might need to change to
vtools output variant chr pos ref alt avg_DP -l5
Since DP is not in the variant table if imported as genoinfo.
Sorry for post again..
It seems there is a bug when run the command
in both sqlite and hdf5 version with the updated V2.vcf and V3.vcf files (sample names changed to SAMP2 and SAMP3 respectively). The error message is
It seems the problem is in https://github.com/vatlab/VariantTools/blob/v3_genoinfo/src/variant_tools/update.py at line 194, will fix later.