gatk-3.8/java/src/org/broadinstitute/sting/gatk/walkers
ebanks 0e9a6826b0 Update to VCF code to get it up to spec.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2917 348d0f76-0448-11de-a6fe-93d51630548a
2010-03-03 06:12:42 +00:00
..
annotator RODs for reads phase 2: modified RODRecordList to implement List<ReferenceOrderedDatum> so I could stub it out for testing, added a FlashBackIterator which is needed to prevent the ResourcePool from opening infinity+1 iterators, and some other interfaces to make unit testing much smoother. 2010-02-25 22:48:55 +00:00
concordance Added a walker to the vcf tools compilation: one that combines vcf records. Both merges and unions are supported (see documentation... when it gets written this week). 2010-01-10 06:45:11 +00:00
coverage Fix for overflow issues 2010-01-27 13:37:16 +00:00
fasta RODs for reads phase 2: modified RODRecordList to implement List<ReferenceOrderedDatum> so I could stub it out for testing, added a FlashBackIterator which is needed to prevent the ResourcePool from opening infinity+1 iterators, and some other interfaces to make unit testing much smoother. 2010-02-25 22:48:55 +00:00
filters RODs for reads phase 2: modified RODRecordList to implement List<ReferenceOrderedDatum> so I could stub it out for testing, added a FlashBackIterator which is needed to prevent the ResourcePool from opening infinity+1 iterators, and some other interfaces to make unit testing much smoother. 2010-02-25 22:48:55 +00:00
genotyper Update to VCF code to get it up to spec. 2010-03-03 06:12:42 +00:00
indels RODs for reads phase 2: modified RODRecordList to implement List<ReferenceOrderedDatum> so I could stub it out for testing, added a FlashBackIterator which is needed to prevent the ResourcePool from opening infinity+1 iterators, and some other interfaces to make unit testing much smoother. 2010-02-25 22:48:55 +00:00
qc removing the unsupported VCF validator 2010-03-02 15:45:33 +00:00
recalibration Moving comments. 2010-02-22 19:27:31 +00:00
varianteval 1. To make indel calls, we need to get rid of the SNP-centricity of our code. First step is to have the reference be a String, not a char in the Genotype. Note that this is just a temporary patch until the genotype code is ported over to use VariantContext. 2010-03-02 20:26:40 +00:00
Allows.java @Required / @Allows flags for main arguments. 2009-05-19 23:26:17 +00:00
By.java Switch TraverseByLoci over to new sharding system, and cleanup some code in passing read files along 2009-05-15 21:02:12 +00:00
ClipReadsWalker.java Enhance the I/O management system to support custom headers and set the presorted flag 2010-01-12 18:21:42 +00:00
DataSource.java Framework for ROD walkers -- totally experiment and not working right now 2009-09-12 19:13:15 +00:00
DuplicateWalker.java Removed used routines in duputils; duplicatequals to archive; docs for new duplicate traversal code; general code cleanup; bug fixes for combineduplicates; integration tests for combine duplicates walker 2009-12-29 19:46:29 +00:00
FixBAMSortOrderTag.java More documentation for walkers that I'm familiar with in the collection of core walkers. 2009-12-11 18:02:33 +00:00
FlagStatWalker.java More documentation for walkers that I'm familiar with in the collection of core walkers. 2009-12-11 18:02:33 +00:00
LocusWalker.java Cleaned division of responsibilities between arguments to map function. Reference has been changed 2009-08-04 21:01:37 +00:00
LocusWindowWalker.java ReadBackedPileup in all its glory. Documented, aligned with the output of LocusIteratorByState, and caching common outputs for performance 2009-11-25 20:54:44 +00:00
PileupWalker.java Refactoring and migration of new allele/variantcontext/genotype code into oneoffprojects. NOT FOR USE. PlinkRod commented out due to dependence on this new, rapidly changing interface. 2010-01-26 13:53:29 +00:00
PrintRODsWalker.java More documentation for walkers that I'm familiar with in the collection of core walkers. 2009-12-11 18:02:33 +00:00
PrintReadsWalker.java More documentation for walkers that I'm familiar with in the collection of core walkers. 2009-12-11 18:02:33 +00:00
RMD.java Windowed access to the reference. 2009-08-05 16:29:15 +00:00
ReadFilters.java Better support for specifying read filters to apply directly from the walkers. 2009-07-09 23:59:53 +00:00
ReadWalker.java Cleaned division of responsibilities between arguments to map function. Reference has been changed 2009-08-04 21:01:37 +00:00
RefWalker.java Added REFERENCE_BASES required annotation for performance 2009-06-18 21:03:57 +00:00
Reference.java Windowed access to the reference. 2009-08-05 16:29:15 +00:00
Requires.java @Required / @Allows flags for main arguments. 2009-05-19 23:26:17 +00:00
RodWalker.java Framework for ROD walkers -- totally experiment and not working right now 2009-09-12 19:13:15 +00:00
SplitSamFileWalker.java More documentation for walkers that I'm familiar with in the collection of core walkers. 2009-12-11 18:02:33 +00:00
TreeReducible.java N-way parallelism. Works for small test cases. Untested for large test cases. 2009-05-01 19:34:09 +00:00
Walker.java Reads now have new traversal flag: generateExtendedEvents(). Support added to GenomeAnalysisEngine and Walker. This is a silent and transparent framework change that no existing code is going to see. The actual code that makes use of the new flag (which is false by default) will be committed separately... 2009-12-28 19:52:44 +00:00
WalkerName.java Make command-line arguments available in walker constructor, provide back door from 2009-03-26 20:45:27 +00:00
Window.java Windowed access to the reference. 2009-08-05 16:29:15 +00:00
package-info.java Turn javadoc comments for packages and classes into key/value pairs in a properties file. Embed the properties file 2009-12-04 20:08:41 +00:00