gatk-3.8/java/test/org/broadinstitute/sting/gatk/walkers
ebanks 01ffa307c2 When going NWay out in the cleaner, use the new *merged* header (instead of the original one) for each bam file so that it matches the new uniquified read group ids in the reads.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3569 348d0f76-0448-11de-a6fe-93d51630548a
2010-06-16 19:36:36 +00:00
..
annotator Fixing a VCF bug for Sendu: we weren't emitting flags (booleans) correctly in VCF3.3 (rev'ed tribble for this). 2010-06-11 16:42:06 +00:00
concordance Fixing/cleaning up the vcf merge util 2010-03-19 15:13:32 +00:00
coverage GATK now does automatic adaptor filtering in locus iterators (but not expt. downsampling iterator). General support for LocusIteratorFilters just like read filters but only applying at particular bases. Updated tools with new MD5 sums due to adaptor bases in their integrationtest data. Not that as a side effect here reads close to each other with odd orientations are also filtered out. Updated minor argument to VariantRecalibrator to change the qStep value on the command line 2010-06-02 22:26:32 +00:00
fasta Adding GeliText tribble track as the first enabled Tribble track. This mean 'Variants' is no longer valid for a ROD type, use GeliText instead. I've updated all the references in the codebase. 2010-04-29 22:50:17 +00:00
filters Moving VariantFiltration over to use VariantContext. 2010-03-19 18:35:23 +00:00
genotyper Refactoring of the annotation system: 2010-06-09 17:05:51 +00:00
indels When going NWay out in the cleaner, use the new *merged* header (instead of the original one) for each bam file so that it matches the new uniquified read group ids in the reads. 2010-06-16 19:36:36 +00:00
qc Fixed epic generic paths fail. 2010-05-13 15:59:57 +00:00
recalibration GATK now does automatic adaptor filtering in locus iterators (but not expt. downsampling iterator). General support for LocusIteratorFilters just like read filters but only applying at particular bases. Updated tools with new MD5 sums due to adaptor bases in their integrationtest data. Not that as a side effect here reads close to each other with odd orientations are also filtered out. Updated minor argument to VariantRecalibrator to change the qStep value on the command line 2010-06-02 22:26:32 +00:00
sequenom Redoing the conversion to VariantContext: instead of walkers passing in a ref allele, they pass in the ref context and the adaptors create the allele. This is the right way of doing it. 2010-04-19 05:47:17 +00:00
varianteval Renamed some of the column names in Ti/Tv and Concordance modules so that they are clearer. Removed ValidationRate module (it was busted). 2010-06-16 15:53:06 +00:00
variantrecalibration Removing the Variant Recalibration Performance test because it isn't ready yet. 2010-05-28 18:27:25 +00:00
PileupWalkerIntegrationTest.java Now that we changed how deletions are represented, got to update MD5... 2009-12-30 22:00:58 +00:00
PrintReadsWalkerUnitTest.java Restructuring of ReferenceContext and ReadWalkers to accept a ReferenceContext. Now ReferenceContext is byte[] backed not char[]. Please no more chars for the reference. All of the tests pass now. Coming check-ins are going to clean up the char / byte problems in the GATK 2010-05-19 23:27:55 +00:00
VariantsToVCFIntegrationTest.java Adding GeliText tribble track as the first enabled Tribble track. This mean 'Variants' is no longer valid for a ROD type, use GeliText instead. I've updated all the references in the codebase. 2010-04-29 22:50:17 +00:00