gatk-3.8/java/test/org/broadinstitute/sting/gatk/walkers/variantutils
ebanks 341e752c6c 1) AlleleBalance is no longer a standard annotation, but the Allelic Depth (AD) is for each sample.
2) Small fixes in the VCFWriter:
a) Trailing missing values weren't being removed if their count was > 1 (e.g. ".,.")
b) We were handling key values that were Lists, but not Arrays.  We now handle both.



git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3956 348d0f76-0448-11de-a6fe-93d51630548a
2010-08-06 12:05:14 +00:00
..
CombineVariantsIntegrationTest.java 1) AlleleBalance is no longer a standard annotation, but the Allelic Depth (AD) is for each sample. 2010-08-06 12:05:14 +00:00
CombineVariantsUnitTest.java VariantContext has now moved over to Tribble, and the VCF4 parser is now the only VCF parser in town. Other changes include: 2010-08-05 18:47:53 +00:00
LiftoverVariantsIntegrationTest.java Removed hard-coded pointers to references 2010-08-04 17:59:37 +00:00