From 0a2b5ddadf72a52e2411c81b2b263581421261f5 Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Thu, 25 Jul 2013 11:02:46 -0400 Subject: [PATCH] More specific fix for the dangling tail edge case with a single leading deletion. The previous fix was too general (and therefore incorrect) and caused the HC to exception out. Added "unit" test for this exact case. --- .../readthreading/ReadThreadingGraph.java | 9 ++++++- .../HaplotypeCallerIntegrationTest.java | 27 ++++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/readthreading/ReadThreadingGraph.java b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/readthreading/ReadThreadingGraph.java index 47d14e185..2a94ece96 100644 --- a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/readthreading/ReadThreadingGraph.java +++ b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/readthreading/ReadThreadingGraph.java @@ -340,8 +340,15 @@ public class ReadThreadingGraph extends BaseGraph