gatk-3.8/public/java/test/org/broadinstitute/sting/utils/variantcontext
Mark DePristo 454c8e63e6 Made GQ an int, not a float. Updated VC code and lots of corresponding MD5s
-- VCFWriter / codec now passes the same rigorous UnitTest as the BCF2 writer / codec.  As part of this we now can only test doubles for equivalence in VCFs to 1e-2 (not exactly impressive)
2012-05-28 20:20:05 -04:00
..
writer Made GQ an int, not a float. Updated VC code and lots of corresponding MD5s 2012-05-28 20:20:05 -04:00
AlleleUnitTest.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
GenotypeLikelihoodsUnitTest.java 99% working version of BCF2 encoder / decoder 2012-05-24 10:57:05 -04:00
GenotypeUnitTest.java Change interface to getNegLog10PError to getLog10PError 2011-11-18 21:07:30 -05:00
GenotypesContextUnitTest.java GenotypesContext now updates cached data for add, set, replace operations when possible 2011-11-22 08:40:48 -05:00
VCFJarClassLoadingUnitTest.java Don't try to share BCF2 yet 2012-05-24 10:57:06 -04:00
VariantContextBenchmark.java Rev Tribble to r97, adding binary feature support 2012-05-03 07:31:48 -04:00
VariantContextTestProvider.java Made GQ an int, not a float. Updated VC code and lots of corresponding MD5s 2012-05-28 20:20:05 -04:00
VariantContextUnitTest.java New annotation for indels that describe if they're STR's and their characteristics. If an indel is a STR, 3 fields are added to INFO: STR (boolean), RU = repeat unit (String), RPA = number of repetitions per allele. So, for example, if ATATAT* context gets changed to ATAT and ATATATAT, then RU=AT and RPA=3,2,4. Will be made standard annotation shortly. Added unit tests for new functionality. Pending: refactor VariantContextUtils.isRepeat() to unify code, and fix VariantEval functionality. 2012-05-17 15:28:19 -04:00
VariantContextUtilsUnitTest.java Modified UnitTests to respect reference padding 2012-04-06 16:27:20 -04:00
VariantJEXLContextUnitTest.java Killing the final versions of old new VariantContext interface 2011-11-18 21:32:43 -05:00