From b1b615b668777b63247be224f9ef696b065e01f9 Mon Sep 17 00:00:00 2001 From: Mark DePristo Date: Mon, 25 Mar 2013 18:31:23 -0400 Subject: [PATCH] BaseGraph shouldn't implement getEdge -- no idea why I added this --- .../gatk/walkers/haplotypecaller/BaseGraph.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/BaseGraph.java b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/BaseGraph.java index 80e5148db..9872a370b 100644 --- a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/BaseGraph.java +++ b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/BaseGraph.java @@ -569,20 +569,6 @@ public class BaseGraph extends DefaultDirectedGraph