gatk-3.8/java/test/org/broadinstitute/sting/gatk/walkers
ebanks 6934f83cc7 Two changes to CombineVariants.
1. Fix: VCs were padded before the merge, but they were never unpadded afterwards.  This leaves us with a VC that doesn't meet our spec.
2. Update: instead of running the merged VC through every standard annotation (which seems really wrong, since this isn't the annotator tool), just update the chromosome count annotations (AC,AF,AN) through VCUtils.



git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4734 348d0f76-0448-11de-a6fe-93d51630548a
2010-11-25 04:52:12 +00:00
..
annotator When you commit code late at night you tend to make careless mistakes... like forgetting to update integration tests. 2010-11-12 14:41:10 +00:00
beagle When you commit code late at night you tend to make careless mistakes... like forgetting to update integration tests. 2010-11-12 14:41:10 +00:00
coverage Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
fasta Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
filters Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
genotyper Better precision for the calculated AF value. Now looks at the total number of samples to determine how much precision is necessary. Also, changing default min BQ used for calling in UGv2 to Q17. 2010-11-12 08:31:40 +00:00
indels Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
phasing Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
qc Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
recalibration Overwhelming evidence that maxQ = 50 is now a better default than maxQ = 40 in the base quality score recalibrator, especially when combined with dbsnp build 132. Also, added option in ProduceBeagleInputWalker for Beagle-ing chromosome X calls with male samples which sets the genotype likelihood for the AB allele to zero for those samples. 2010-11-24 21:32:26 +00:00
sequenom Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
varianteval Passing ReviewedStingExceptions through the HMS. 2010-11-16 21:50:42 +00:00
variantrecalibration - Reintroduce test dependency so that the tests passing / failing is not 2010-11-16 19:55:20 +00:00
variantutils Two changes to CombineVariants. 2010-11-25 04:52:12 +00:00
ClipReadsWalkersIntegrationTest.java Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
PileupWalkerIntegrationTest.java Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
PrintReadsWalkerUnitTest.java Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
VariantsToVCFIntegrationTest.java Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00