gatk-3.8/java/test/org/broadinstitute/sting/gatk/walkers
rpoplin 0adf505b53 We no longer look at by-hapmap validation status in the VQSR because using the HapMap VCF file is higher quality. As a side effect we now support the dbsnp 132 vcf file. ApplyVariantCuts now requires that the input VCF rod bindings begin with input, matching the other VQSR walkers. Wiki updated with information about how to obtain the hapmap and 1kg truth sets.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4772 348d0f76-0448-11de-a6fe-93d51630548a
2010-12-02 15:38:45 +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 The dev team has decided to change the filter that is added to records that are set to monomorphic by Beagle. It no longer lists the reference allele. Added those filters to the header of the output VCF file. Finally, we no longer use R2=NaN values coming from Beagle. 2010-11-30 17:19:54 +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 Fare thee well, UGv1. Here come the days UGv2. 2010-11-29 21:51:19 +00:00
indels Changing testing framework from junit -> testng, for its enhanced configurability. 2010-11-01 21:31:44 +00:00
phasing As per Eric and Mark's suggestions, separated the segregating MNP merger (MergeMNPs) from the more general merger employed for annotation purposes (MergeSegregatingAlternateAlleles). Both use the same core MergePhasedSegregatingAlternateAllelesVCFWriter 2010-12-01 16:42:08 +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 We no longer look at by-hapmap validation status in the VQSR because using the HapMap VCF file is higher quality. As a side effect we now support the dbsnp 132 vcf file. ApplyVariantCuts now requires that the input VCF rod bindings begin with input, matching the other VQSR walkers. Wiki updated with information about how to obtain the hapmap and 1kg truth sets. 2010-12-02 15:38:45 +00:00
variantutils Looking over the daily error log email made me realize that there were 2 implementations of vc.modifyLocation() - the correct one in VC that didn't require lazy loading the genotype data and the bad one in VCUtils that did. Removing the implementation in VCUtils and updating the code accordingly. Also, removing createPotentiallyInvalidGenomeLoc() since no one uses it anymore. 2010-11-26 18:40:34 +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