Skip to content

Commit 913f24d

Browse files
removed unnecessary line in KBestHaplotypeFinder that could cause infinite recursion (#5786)
1 parent 46d42c4 commit 913f24d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/KBestHaplotypeFinder.java

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ private static boolean findGuiltyVerticesAndEdgesToRemoveCycles(final SeqGraph g
161161
reachesSink = reachesSink || childReachSink;
162162
}
163163
}
164-
parentVertices.remove(currentVertex);
165164
if (!reachesSink) {
166165
verticesToRemove.add(currentVertex);
167166
}

0 commit comments

Comments
 (0)