From c752b9bca668b951dc6e7e4c3409299618cebcb8 Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Wed, 13 May 2015 11:10:23 -0400 Subject: [PATCH] Fixed a small feature/bug that I introduced with the spanning deletions genotyping. In the case where there's a low quality SNP under a spanning deletion in the gvcfs: if the SNP is not genotyped by GenotypeGVCFs (because it's just noise) we were still emitting a record with just the symbolic DEL allele (because that allele is high quality). We no longer do that. --- .../tools/walkers/variantutils/GenotypeGVCFs.java | 12 +++++++++++- .../variantutils/GenotypeGVCFsIntegrationTest.java | 11 +++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantutils/GenotypeGVCFs.java b/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantutils/GenotypeGVCFs.java index e003bef9d..9e71a0818 100644 --- a/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantutils/GenotypeGVCFs.java +++ b/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantutils/GenotypeGVCFs.java @@ -261,7 +261,7 @@ public class GenotypeGVCFs extends RodWalker