gatk-3.8/java/src/org/broadinstitute/sting/utils
depristo 93211c1cd8 template for windowmaker utility -- total non-functional
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@625 348d0f76-0448-11de-a6fe-93d51630548a
2009-05-07 18:13:03 +00:00
..
cmdLine Cleanup parsing method to make it less generic. 2009-05-07 16:21:17 +00:00
duplicates Utilities for handling duplicates 2009-05-07 18:02:24 +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
windowmaker template for windowmaker utility -- total non-functional 2009-05-07 18:13:03 +00:00
BaseUtils.java Privatized constructor to prevent instantiation. 2009-04-23 17:45:39 +00:00
BasicPileup.java More capabilities for the pileup 2009-05-07 18:03:13 +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 boundQual function for capping qual values 2009-05-07 18:04:18 +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 countOccurances of char in string and max of a list of bytes 2009-05-07 18:03:49 +00:00
xReadLines.java Documentation and cleanup of xReadLines. 2009-03-25 15:36:21 +00:00