| .. |
|
AlignmentStartComparator.java
|
Rev the reservoir downsampler to support partitioning through a functor.
|
2010-04-21 19:50:26 +00:00 |
|
AlignmentUtils.java
|
Complete the switch statement to deal with all possible cigar operators for Kris.
|
2010-05-05 13:41:05 +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
|
Let's make artificial reads that actually adhere to the specs...
|
2010-03-17 16:51:42 +00:00 |
|
ComparableSAMRecord.java
|
The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had
|
2010-04-20 15:26:32 +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
|
Revisions to take into account finalization of Picard patch: naming changes, better definition
|
2010-03-30 19:28:14 +00:00 |
|
ReadUtils.java
|
The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had
|
2010-04-20 15:26:32 +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 |