gatk-3.8/java/src/org/broadinstitute/sting
hanna 80b3eb85fa Fixed curiously epic failure in read-backed pileup: size() mismatched the numReads-numDeletions at that locus in the case where includeReadsWithDeletionsAtLoci == false, causing failures including bad output from pileup walker. Also fixed up ValidatingPileup to run with the new ReadBackedPileup instead of just compiling successfully.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2409 348d0f76-0448-11de-a6fe-93d51630548a
2009-12-18 22:52:44 +00:00
..
alignment Help system content for the alignment module. 2009-12-11 16:01:25 +00:00
analyzecovariates Updated AnalyzeCovariates to extend org.broadinstitute.sting.utils.cmdLine.CommandLineProgram and use the standard argument parsing. 2009-12-11 21:57:18 +00:00
gatk Fixed curiously epic failure in read-backed pileup: size() mismatched the numReads-numDeletions at that locus in the case where includeReadsWithDeletionsAtLoci == false, causing failures including bad output from pileup walker. Also fixed up ValidatingPileup to run with the new ReadBackedPileup instead of just compiling successfully. 2009-12-18 22:52:44 +00:00
oneoffprojects Added - PairedQualityScoreCountsWalker: counts quality scores (e.g. as a histogram) on first reads of a pair and second reads of a pair. Turns out there's a consistent difference in quality scores; even after recalibrating without the pair ordering as a covariate (there's a bit of averaging -- but not as much as I initially thought). 2009-12-18 15:01:01 +00:00
playground VCFTool.java got left off of the last commit 2009-12-18 21:33:53 +00:00
utils Pushed header initialization out of the GenotypeWriter constructors and into a writeHeader method, in preparation for parallelization. 2009-12-18 19:16:41 +00:00