You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it should output ./. instead, according to the VCF spec:
If a call cannot be made for a sample at a given locus, ‘.’ must be specified for each missing allele in the GT field (for example
‘./.’ for a diploid genotype and ‘.’ for haploid genotype).
This might be the line of code where this happens:
in some cases, HipSTR will output a GT value of
.
but it should output
./.
instead, according to the VCF spec:This might be the line of code where this happens:
HipSTR/src/seq_stutter_genotyper.cpp
Line 1318 in ef22e89
The text was updated successfully, but these errors were encountered: