gatk-3.8/java/src/org/broadinstitute/sting/oneoffprojects/walkers
chartl 365b42390d Support for generating (very basic) wiggle files for use with IGV (see UCSC for wiggle spec); and a walker to take in a variant track and create a transition transversion rate track for the whole genome (due to the wiggle spec, this has to be done by chromosome). It's interesting to see the effect of genes!
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3848 348d0f76-0448-11de-a6fe-93d51630548a
2010-07-21 18:04:30 +00:00
..
annotator deleting/archiving as instructed 2010-07-12 16:59:45 +00:00
varianteval Fixed memory leak in VariantEval 2010-07-21 12:35:46 +00:00
AlignedReadsHistoWalker.java Genotyper now is using bytes not chars. Passes all tests. 2010-05-20 21:02:44 +00:00
AlleleBalanceHistogramWalker.java Removing more references to VCFRecord 2010-07-14 11:54:23 +00:00
AnnotationByAlleleFrequencyWalker.java Refactoring of the annotation system: 2010-06-09 17:05:51 +00:00
BaseTransitionTableCalculatorJavaWalker.java Genotyper now is using bytes not chars. Passes all tests. 2010-05-20 21:02:44 +00:00
CreateTiTvTrack.java Support for generating (very basic) wiggle files for use with IGV (see UCSC for wiggle spec); and a walker to take in a variant track and create a transition transversion rate track for the whole genome (due to the wiggle spec, this has to be done by chromosome). It's interesting to see the effect of genes! 2010-07-21 18:04:30 +00:00
DSBWalkerV3.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
DbSNPWindowCounter.java The first step in integrating Jim's tree based index scheme: 2010-07-19 04:49:27 +00:00
DesignFileGeneratorWalker.java Two fixes together: 2010-06-24 22:17:03 +00:00
DownsamplingValidationWalker.java A downsampling validator. Compares the generated pileup passed in from the alignment context to the reads, 2010-05-23 21:49:54 +00:00
ErrorRatePerReadPosition.java Can now threshold results based on minimum base and/or mapping quality. 2010-05-10 19:58:07 +00:00
GCCalculatorWalker.java Added a GCCalculatorWalker for a oneoff analysis for Mark Daly (GC content of agilent 1.1 targets) 2010-05-19 18:49:51 +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 The first step in integrating Jim's tree based index scheme: 2010-07-19 04:49:27 +00:00
IndelDBRateWalker.java No more manually converting VariantContexts to VCFRecords. You should be utilizing VCs and not VCFRecords. 2010-07-14 05:21:28 +00:00
IndelErrorRateWalker.java A refactoring / unification of ReadBackedPileup and ReadBackedExtendedEventPileup. 2010-06-20 04:42:26 +00:00
MendelianViolationClassifier.java 1) When quals/GQs are really integers (x.00), strip off the floating points. 2010-07-20 18:01:45 +00:00
MismatchCounterWalker.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
MismatchHistoWalker.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
NeighborhoodQualityWalker.java Yet more walkers moved to oneoffprojects. 2009-12-01 21:29:12 +00:00
PairedQualityScoreCountsWalker.java BaseUtils has more clear distinction between byte and char routines. All char routines are @Depreciated now. Please use bytes. Better organization of reverse(), now in Utils not BaseUtils. 2010-05-20 14:05:13 +00:00
QualityScoreByStrandWalker.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
ReadErrorRateWalker.java Read error rate is now parallelizable 2010-05-27 19:00:09 +00:00
ReadQualityScoreWalker.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
ReplaceQuals.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
TestReadFishingWalker.java IndexedFastaSequenceFile is now in Picard; transitioning to that implementation. 2010-07-01 04:40:31 +00:00
TestVariantContextWalker.java The GATK no longer writes vcf3.3; welcome to the world of vcf4.0. Needed to fix a few output bugs to get this to work, but it's looking great. Much more still to come. Guillermo: hopefully this doesn't break your local build too badly. 2010-07-14 04:56:58 +00:00
VCF4ReaderTestWalker.java The first step in integrating Jim's tree based index scheme: 2010-07-19 04:49:27 +00:00
VCF4WriterTestWalker.java The first step in integrating Jim's tree based index scheme: 2010-07-19 04:49:27 +00:00
ValidateRODForReads.java fixing a bug that Eric found with RODs for reads, where some records could be omitted. Sorry Eric! 2010-06-29 21:38:55 +00:00