| .. |
|
Allows.java
|
@Required / @Allows flags for main arguments.
|
2009-05-19 23:26:17 +00:00 |
|
By.java
|
Switch TraverseByLoci over to new sharding system, and cleanup some code in passing read files along
|
2009-05-15 21:02:12 +00:00 |
|
CountLociWalker.java
|
N-way parallelism. Works for small test cases. Untested for large test cases.
|
2009-05-01 19:34:09 +00:00 |
|
CountReadsWalker.java
|
Changed reads traversals from providing a LocusContext from which the reference sequence
|
2009-05-11 22:45:11 +00:00 |
|
DataSource.java
|
Switch TraverseByLoci over to new sharding system, and cleanup some code in passing read files along
|
2009-05-15 21:02:12 +00:00 |
|
DepthOfCoverageWalker.java
|
Switch to better mechanism for supplying a default.
|
2009-05-07 01:22:01 +00:00 |
|
DuplicateWalker.java
|
More improvements to the duplicate quality combiner, making progress towards a clean system
|
2009-05-21 22:26:57 +00:00 |
|
LocusWalker.java
|
@Required / @Allows flags for main arguments.
|
2009-05-19 23:26:17 +00:00 |
|
LocusWindowWalker.java
|
add the @Requires for this walker
|
2009-05-20 17:03:12 +00:00 |
|
NullWalker.java
|
Added RefMetaDataTracker system as a replacement for the List<RefenenceOrderedData> going into walkers. This system allows you to more easily get a tracker for processing using the lookup(name, default) system. See Pileup for an example.
|
2009-04-03 19:54:54 +00:00 |
|
PileupWalker.java
|
qualsAsInt argument for Pileup
|
2009-06-04 18:37:39 +00:00 |
|
PrintLocusContextWalker.java
|
Reintroduce support for interval-based traversals.
|
2009-05-18 22:54:18 +00:00 |
|
PrintReadsWalker.java
|
QualityUtils: added reverse function to reverse an array of bytes (and not complement it), BaseUtils: split qualToProb into itself and qualToErrProb, CovariateCounterWalker and LogisticRecalibrationWalker: several changes including a properly acocunting (only partly complete) for reversing AND complementing bases that are negative strand, PrintReadsWalker: created option to output reads to a BAM file rather than just to the sceern (useful for creating a downsampled BAM file)
|
2009-05-21 18:30:45 +00:00 |
|
RMD.java
|
@Required / @Allows flags for main arguments.
|
2009-05-19 23:26:17 +00:00 |
|
ReadWalker.java
|
@Required / @Allows flags for main arguments.
|
2009-05-19 23:26:17 +00:00 |
|
RefWalker.java
|
@Required / @Allows flags for main arguments.
|
2009-05-19 23:26:17 +00:00 |
|
Requires.java
|
@Required / @Allows flags for main arguments.
|
2009-05-19 23:26:17 +00:00 |
|
TreeReducible.java
|
N-way parallelism. Works for small test cases. Untested for large test cases.
|
2009-05-01 19:34:09 +00:00 |
|
ValidatingPileupWalker.java
|
Validated Mark's assertion that GSA-27 is fixed. Also did some cleanup on the pileup walker so that it doesn't output to System.out.
|
2009-05-26 15:58:21 +00:00 |
|
Walker.java
|
intervals_file + genome_loc => intervals.
|
2009-05-12 01:04:18 +00:00 |
|
WalkerName.java
|
Make command-line arguments available in walker constructor, provide back door from
|
2009-03-26 20:45:27 +00:00 |