| .. |
|
cmdLine
|
Tweak the arguments passed to the command-line arguments parser so that it fails less often for invalid arguments.
|
2009-04-29 14:36:27 +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 |
|
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
|
Now only distributes 80% of the residual probability to the secondary base, 10% each to the other two bases. Nicer labelling for stringified probability distribution output.
|
2009-04-24 03:34:43 +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
|
Oops, contig index is a zero not one based value
|
2009-04-23 19:08:16 +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
|
Added multinomialProbability method.
|
2009-04-27 15:03:50 +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
|
Added some stuff for retreiving the base index and probability of a compressed base.
|
2009-04-08 15:52:58 +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
|
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 |
|
StingException.java
|
Exception cleanup. All our non-runtime exceptions should extend from StingException, StingException needs to be lower in the tree to build.
|
2009-04-16 22:17:25 +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 |