gatk-3.8/protected/java
Mark DePristo 4d389a8234 Optimizations for HC infrastructure
-- outgoingVerticesOf and incomingVerticesOf return a list not a set now, as the corresponding values must be unique since our super directed graph doesn't allow multiple edges between vertices
-- Make DeBruijnGraph, SeqGraph, SeqVertex, and DeBruijnVertex all final
-- Cache HashCode calculation in BaseVertex
-- Better docs before the pruneGraph call
2013-04-08 12:47:49 -04:00
..
src/org/broadinstitute/sting Optimizations for HC infrastructure 2013-04-08 12:47:49 -04:00
test/org/broadinstitute/sting Optimizations for HC infrastructure 2013-04-08 12:47:49 -04:00