gatk-3.8/java/src/org/broadinstitute/sting/oneoffprojects/walkers
fromer 3839fd1a25 Updated phasing pipeline to properly read samples from VCF and BAM files
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5172 348d0f76-0448-11de-a6fe-93d51630548a
2011-02-02 07:16:05 +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
phasing Updated phasing pipeline to properly read samples from VCF and BAM files 2011-02-02 07:16:05 +00:00
varianteval Fixed import statements. 2011-01-31 19:26:37 +00:00
vcftools renamed genotypesArePhased to isPhased, as the previous name was incorrect for several reasons. Added setPhase() to MutableGenotype. Other classes changed to reflect renaming to isPhased(). CombineVariants now supports an experimental MASTER mode where it consumes -B:master,vcf and -B:xi,vcf for any number i and updates the master with phasing information in xi. 2010-12-22 17:42:05 +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
AssessLikelihoodsAtTruth.java oneoffs walker to assess GLs at truth sites 2011-01-26 14:59:05 +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
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 A significant refactoring of the ROD system, done largely to simplify the process of 2010-12-31 04:52:22 +00:00
DesignFileGeneratorWalker.java java changes: 2010-12-12 05:10:45 +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 Oops...forgot to commit the changes that allow primitive VCF streaming. 2011-01-12 21:54:51 +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 Fixed import statements. 2011-01-31 19:26:37 +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 Improved BAQ implementation. Now supports adding BAQ tags to reads on the fly with ADD_TAG_ONLY option. Caching fasta reader implementation, and changes throughout the system to enable this. Many performance improvements throughout the system due to better reference access patterns. 2010-12-05 18:29:39 +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 A significant refactoring of the ROD system, done largely to simplify the process of 2010-12-31 04:52:22 +00:00
ValidateRODForReads.java Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00