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
Currently ReferenceConfidenceVariantContextMerger.merge() does not pass in the remapped alleles to GATKVariantContextUtils.makeGenotypeCall() for the originalGT argument, which seems problematic and could cause the code to incorrectly fall back on reference calls in some cases. The GVS team has found it necessary to use the remapped alleles when genotyping in order to get correct genotypes out of the merge -- we should make this behavior the default.
Currently, making it the default causes failures in the tests for the --include-non-variant-sites argument in GenotypeGVCFs (see #8288 (comment)). This appears related to the current implementation incorrectly calculating the reference allele when we are at some non-zero offset from the start of a GVCF reference block.
The text was updated successfully, but these errors were encountered:
Currently
ReferenceConfidenceVariantContextMerger.merge()
does not pass in the remapped alleles toGATKVariantContextUtils.makeGenotypeCall()
for theoriginalGT
argument, which seems problematic and could cause the code to incorrectly fall back on reference calls in some cases. The GVS team has found it necessary to use the remapped alleles when genotyping in order to get correct genotypes out of the merge -- we should make this behavior the default.Currently, making it the default causes failures in the tests for the
--include-non-variant-sites
argument inGenotypeGVCFs
(see #8288 (comment)). This appears related to the current implementation incorrectly calculating the reference allele when we are at some non-zero offset from the start of a GVCF reference block.The text was updated successfully, but these errors were encountered: