Previously, AS_QD was ignored by VariantAnnotator since the annotate() function always returned an empty map. Now AS_QD will be added.
Also QD could only use QUAL as part of the calculation, but GVS output only contains the QUALapprox annotation. This change allows QD to be calculated from QUALapprox if QUAL is not present.
Previously, AS_QD was ignored by VariantAnnotator since the
annotate()
function always returned an empty map. Now AS_QD will be added.Also QD could only use QUAL as part of the calculation, but GVS output only contains the
QUALapprox
annotation. This change allows QD to be calculated fromQUALapprox
if QUAL is not present.