Closed timothymillar closed 2 years ago
This most likely is a result of trying to normalize prior allele frequencies which are all zero. This may happen when using posterior frequencies from mchap assemble
if all posterior frequencies are low enough (<0.0005) that they are rounded to zero in the VCF.
This is essentially an invalid prior so the correct approach is probably to skip the MCMC and report unknown alleles for all samples at that locus.
Done in #147
Originally reported by @Cristianetaniguti for
mchap call-exact
v0.6.0 (thanks!).