gatk-3.8/java/src/org/broadinstitute/sting/utils/sam
ebanks 4340601c26 -Pushed base quals back down into SAMRecord; if -OQ is used, the SAMRecord quals get updated automatically
-Better integration test


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3020 348d0f76-0448-11de-a6fe-93d51630548a
2010-03-17 16:00:10 +00:00
..
ArtificialPatternedSAMIterator.java Fix minor bug introduced in filtration, and cleaned up the artificial sam records so that they use SAMRecord.NO_ALIGNMENT_REFERENCE_INDEX and SAMRecord.NO_ALIGNMENT_START rather than hardcoded -1's. 2009-07-22 22:37:41 +00:00
ArtificialReadsTraversal.java Rework the way the MicroScheduler handles locus shards to handle intervals that span shards 2010-03-11 18:40:31 +00:00
ArtificialSAMFileReader.java Fix CleanedReadInjectorTest to work with new CleanedReadInjector. 2009-07-01 15:48:06 +00:00
ArtificialSAMFileWriter.java A rogue QualityUtils.MAX_REASONABLE_Q_SCORE managed to get through my previous bug fix. It should instead check the command line -maxQ argument. 2010-01-07 21:17:39 +00:00
ArtificialSAMIterator.java Fix minor bug introduced in filtration, and cleaned up the artificial sam records so that they use SAMRecord.NO_ALIGNMENT_REFERENCE_INDEX and SAMRecord.NO_ALIGNMENT_START rather than hardcoded -1's. 2009-07-22 22:37:41 +00:00
ArtificialSAMQueryIterator.java made a fake fasta generator, so we can now generate a complete bam / fasta combo of made up data. 2009-07-01 21:35:34 +00:00
ArtificialSAMUtils.java a little clean-up: move setting the bases of generated reads into Artificial SAM Utils now that the clean read injector test is gone. 2010-03-03 16:31:45 +00:00
GATKSAMReadGroupRecord.java Completing the optimization started by Matt: we now wrap SAMRecords and SAMReadGroupRecords with our own versions which cache oft-used variables (e.g. platform, readString, strand flag). All walkers automagically get this speedup since the wrapping occurs in the engine. 2009-11-30 17:39:29 +00:00
GATKSAMRecord.java -Pushed base quals back down into SAMRecord; if -OQ is used, the SAMRecord quals get updated automatically 2010-03-17 16:00:10 +00:00
SAMFileReaderBuilder.java Support for specifying SAMFileReaders and SAMFileWriters as @Arguments directly. *Very* 2009-07-29 16:11:45 +00:00
SAMReadValidationException.java Basic infrastructure for filtering malformed reads. 2009-07-06 22:50:22 +00:00
SAMReadValidator.java Fix minor bug introduced in filtration, and cleaned up the artificial sam records so that they use SAMRecord.NO_ALIGNMENT_REFERENCE_INDEX and SAMRecord.NO_ALIGNMENT_START rather than hardcoded -1's. 2009-07-22 22:37:41 +00:00
SAMReadViolationHistogram.java Basic infrastructure for filtering malformed reads. 2009-07-06 22:50:22 +00:00
package-info.java Put a major.minor version into the GATK Javadoc for reading. Also, 2010-01-15 21:48:30 +00:00