| .. |
|
cmdLine
|
Bring new command-line argument parsing system live.
|
2009-05-06 18:16:11 +00:00 |
|
fasta
|
Introduce new index-based fasta reader. Clean up MicroManager code, pushing necessary code back into TraversalEngine.
|
2009-04-24 19:40:21 +00:00 |
|
io
|
N-way parallelism. Works for small test cases. Untested for large test cases.
|
2009-05-01 19:34:09 +00:00 |
|
threading
|
Break out some of the weird inner classes out of the HierachicalMicroScheduler.
|
2009-04-29 21:07:07 +00:00 |
|
BaseUtils.java
|
Privatized constructor to prevent instantiation.
|
2009-04-23 17:45:39 +00:00 |
|
BasicPileup.java
|
Choose a random base to stick in the pileup if the 2nd-best base matches the best base.
|
2009-05-01 06:27:37 +00:00 |
|
FileProgressTracker.java
|
moved a bunch of files over to the logging system. In some cases I ballparked the severity level of an error, so if you see something wrong feel free to make changes.
|
2009-03-27 14:02:55 +00:00 |
|
GenomeLoc.java
|
Only prints about first contig info setting
|
2009-04-30 22:14:26 +00:00 |
|
JVMUtils.java
|
Refactor common functionality out of WalkerManager and into JVMUtils and PathUtils. Add support for loading walkers from a jar.
|
2009-03-30 23:20:55 +00:00 |
|
LogisticRegressor.java
|
Several changes to CovariateCounter walker to print more tables (called vs. observed Q scores), bug fixes to LogisticRecalibrationWalker and LogisticRegressor, and print string functionality added to Pair.
|
2009-04-28 00:37:48 +00:00 |
|
MathUtils.java
|
A better (less overflow-y) implementation of multinomialProbability().
|
2009-05-01 06:28:16 +00:00 |
|
Pair.java
|
Several changes to CovariateCounter walker to print more tables (called vs. observed Q scores), bug fixes to LogisticRecalibrationWalker and LogisticRegressor, and print string functionality added to Pair.
|
2009-04-28 00:37:48 +00:00 |
|
PathUtils.java
|
Refactor common functionality out of WalkerManager and into JVMUtils and PathUtils. Add support for loading walkers from a jar.
|
2009-03-30 23:20:55 +00:00 |
|
Pileup.java
|
General purpose pileup code -- you can use these features to obtain detailed pileup data from reads and offsets. Useful for all pileup based walkers. Expanded support for rodSAMPileup to enable the new ValidatingPileupWalker, which takes a samtools pileup output and checks that GATK gives identical output as samtools on a per base and per qual pileup. It's going to be a very useful validation tool.
|
2009-04-14 22:13:10 +00:00 |
|
Predicate.java
|
Push core / playground lower into the tree.
|
2009-03-23 23:19:54 +00:00 |
|
PrimitivePair.java
|
Push core / playground lower into the tree.
|
2009-03-23 23:19:54 +00:00 |
|
QualityUtils.java
|
More ways to access quality utils
|
2009-04-30 22:12:07 +00:00 |
|
ReadBackedPileup.java
|
Added some methods to retreive the probability distributions of individual bases.
|
2009-04-21 22:26:25 +00:00 |
|
RefHanger.java
|
Added convenience functions for RefHanger
|
2009-05-01 21:14:40 +00:00 |
|
StingException.java
|
Changed Sting exception from a base exception to a runtime exception. This makes it so you can throw it without the consumer having to check it, and hopefully people will be more inclined to use it.
|
2009-04-29 22:09:41 +00:00 |
|
Utils.java
|
added k-best quality path enumeration.
|
2009-04-22 20:26:51 +00:00 |
|
xReadLines.java
|
Documentation and cleanup of xReadLines.
|
2009-03-25 15:36:21 +00:00 |