gatk-3.8/java/src/org/broadinstitute/sting/oneoffprojects/walkers
ebanks 21256909bb Not supported. I'm checking this in for Ryan only.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4756 348d0f76-0448-11de-a6fe-93d51630548a
2010-11-30 16:59:18 +00:00
..
annotator Bug fix to GenotypeConcordance. AC metrics get instantiated based on number of eval samples; if Comp has more samples, we can see AC indeces outside the bounds of the array. 2010-11-03 19:23:03 +00:00
haplotype Simple test code from Steve Schaffner to compute R^2 and D'. This is just for educational purposes. Don't use this code for anything, ever! 2010-08-23 05:06:16 +00:00
varianteval Adding Het/Hom ratio to the temp per sample metrics. Because I'm in a generous mood tonight, I'm going ahead and fixing the paths for the classes I'm touching... 2010-11-21 04:24:42 +00:00
vcftools Bug fix to GenotypeConcordance. AC metrics get instantiated based on number of eval samples; if Comp has more samples, we can see AC indeces outside the bounds of the array. 2010-11-03 19:23:03 +00:00
AlignedReadsHistoWalker.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
AlleleBalanceHistogramWalker.java Updating the core LocusWalker tools to include the Sample infrastructure that I added last month. This commit touches a lot of files, but only significantly changes a few: LocusIteratorByState and ReadBackedPileup and associated classes. 2010-11-19 19:59:05 +00:00
AnnotationByAlleleFrequencyWalker.java Updated PluginManager so that during testing Queue can dynamically compile and load separately multiple class directories into the same class loader. 2010-11-12 20:14:28 +00:00
AssessMissingBroadCalls.java Not supported. I'm checking this in for Ryan only. 2010-11-30 16:59:18 +00:00
AssessSimulatedPerformance.java V1 of read and variant simulator and assessor. SimulateReadsForVariants generates BAM and VCF with given combinations of variant and read properties. AssessSimulatedPerformance produces a table suitable for analysis in R 2010-11-08 21:01:33 +00:00
BaseTransitionTableCalculatorJavaWalker.java Fare thee well, UGv1. Here come the days UGv2. 2010-11-29 21:51:19 +00:00
BeagleOutputByDepthWalker.java Trivial update for data processing paper: change syntax of output argument for Beagle by depth walker to update to new GATK format. 2010-11-24 01:45:44 +00:00
CGIndelConverter.java My only experience with getting external groups (GAP,dbSNP) to use VCF has been painful at best, so I'm not holding my breath to get indels for CG in VCF. To that extent, here's a oneoffs walker to convert from CG format to VCF for all 'del' & 'ins' types (but not 'sub' types, since they're too complex to code up in VCF and I don't care about them for now). rs ids are included. 2010-10-26 17:53:14 +00:00
CountIntervals.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
CreateTiTvTrack.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
DSBWalkerV3.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
DbSNPWindowCounter.java Change the interface for RMDTrackBuilder, therefore always mandating the specification 2010-11-17 19:00:17 +00:00
DesignFileGeneratorWalker.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
DetectWGAWalker.java deleting accidentally committed junk 2010-10-08 15:13:01 +00:00
DownsamplingValidationWalker.java Final step in error refactoring. GATK exception is now ReviewedStingException, indicating that this exception is really what one wants. Only use this exception when you have thought about StingException vs. UserException and made a real decision. 2010-09-12 15:07:38 +00:00
ErrorRatePerReadPosition.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
GCCalculatorWalker.java removal of most of the old GATK ROD system; also a fix for -Dsingle so we can again run just a single unit or integration test (single tests in tribble can be run with the -DsingleTest option now). More to come. 2010-09-15 22:54:49 +00:00
IOCrusherWalker.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
IndelAnnotator.java Change the interface for RMDTrackBuilder, therefore always mandating the specification 2010-11-17 19:00:17 +00:00
IndelConsistencyReadCounter.java Renamed getName() to getSource() in VariantContext to be more accurate 2010-10-27 02:21:41 +00:00
IndelDBRateWalker.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
IndelErrorRateWalker.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
MarkIntervals.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
MendelianViolationClassifier.java Fare thee well, UGv1. Here come the days UGv2. 2010-11-29 21:51:19 +00:00
MismatchCounterWalker.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
MismatchHistoWalker.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
NeighborhoodQualityWalker.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
PairedQualityScoreCountsWalker.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
QualityScoreByStrandWalker.java Final step in error refactoring. GATK exception is now ReviewedStingException, indicating that this exception is really what one wants. Only use this exception when you have thought about StingException vs. UserException and made a real decision. 2010-09-12 15:07:38 +00:00
ReadErrorRateWalker.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
ReadQualityScoreWalker.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
RealignedReadCounter.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
ReplaceQuals.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
SimulateReadsForVariants.java V1 of read and variant simulator and assessor. SimulateReadsForVariants generates BAM and VCF with given combinations of variant and read properties. AssessSimulatedPerformance produces a table suitable for analysis in R 2010-11-08 21:01:33 +00:00
TestReadFishingWalker.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
TestVariantContextWalker.java A fix for an integration test that was broken by on-the-fly indexing. Also, better reporting of Tribble exceptions in GATK integration tests. Trying to get the tests back up and running... 2010-10-12 18:39:56 +00:00
VCF4WriterTestWalker.java No longer writes the index to disk twice. But fixes for closing VCFWriters throughout the codebase 2010-10-13 14:26:06 +00:00
ValidateRODForReads.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00