gatk-3.8/public/java/test/org/broadinstitute/sting
Mark DePristo 68eed7b313 Optimizations for VCF and BCF2
-- encodeTyped in BCF2Encoder now with specialized versions for int, float, and string, avoiding unnecessary intermediate list creation and dynamic type checking.  encodeTypedMissing also includes inline operations now instead of using Collections.emptyList() version.  Lots of contracts.  User code updated to use specialized versions where possible
-- Misc code refactoring
-- Updated VCF float formating to always include 3 sig digits for values < 1, and 2 for > 1.  Updating MD5s accordingly
-- Expanded testing of BCF2Decoder to really use all of the encodeTyped* operations
2012-06-14 16:42:39 -04:00
..
alignment Reinitialize random seed in the bwa bindings from the fixed seed stored in the 2011-07-22 13:41:53 -04:00
commandline Nearing final BCF commit 2012-06-14 16:42:32 -04:00
gatk Optimizations for VCF and BCF2 2012-06-14 16:42:39 -04:00
jna Updated hard limit MathUtils.MAXN number of samples from 11,000 to 50,000. 2012-05-29 11:18:22 -04:00
utils Optimizations for VCF and BCF2 2012-06-14 16:42:39 -04:00
BaseTest.java Fix bug in incorrectly reporting relative paths in log 2012-06-14 16:42:37 -04:00
MD5DB.java Algorithmically faster version of DiffEngine 2012-06-14 16:42:30 -04:00
MD5Mismatch.java Final updates to integration tests for BCF2 2012-05-24 10:58:59 -04:00
StingTextReporter.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
WalkerTest.java Initial version of clean, fast formatting routines built dynamically from a VCF header 2012-06-14 16:42:30 -04:00