gatk-3.8/public/java
Mark DePristo c57198a1b9 Optimizations in VCFCodec
-- Don't create an empty LinkedHashSet() for PASS fields.   Just return Collections.emptySet() instead.
-- For filter fields with actual values, returns an unmodifiableSet instead of one that can be changed
2011-09-02 08:46:17 -04:00
..
config Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
src Optimizations in VCFCodec 2011-09-02 08:46:17 -04:00
test Reduced the number of combinations being tested here, which was overkill 2011-09-01 10:42:43 -04:00