gatk-3.8/java/src/org/broadinstitute/sting/utils
aaron 82aa0533b8 added some more documentation to the GLF writer and it's supporting classes, and some other fixes
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@875 348d0f76-0448-11de-a6fe-93d51630548a
2009-06-02 14:53:58 +00:00
..
cmdLine Integrate more feedback on command-line argument system. Focus on help 2009-05-20 19:01:25 +00:00
duplicates Revised ROD system. Split the system in Basic type and interface. Enabled more control over rod accessing, including an initialize() function to fetch headers and other options from the file. Added general tabular rod, which has a named columns and supports a map<String,String> interface. Comes with shiny new Junit system for RODs. Also, added simple python script for accessing picard data. 2009-05-14 21:06:28 +00:00
fasta Cleaned up error when fasta index is missing. Code still throws an exception, but the message is more direct (no more 'error while micromanaging') and tells the user to run 'samtools faidx' to fix the issue. 2009-06-01 15:34:38 +00:00
glf added some more documentation to the GLF writer and it's supporting classes, and some other fixes 2009-06-02 14:53:58 +00:00
io Lazy creation of output streams. Only create output streams when absolutely necessary. 2009-05-26 21:56:57 +00:00
sam Adding some functions I keep reinventing, especially for testing purposes. 2009-05-21 19:30:44 +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 Fixed an egregious error in simpleReverseComplement wherein the RC'd string would be composed entirely of the last base. 2009-05-22 19:32:20 +00:00
BasicPileup.java Better accessors for dealing with second base prob pileups 2009-05-21 22:25:16 +00:00
ComparableSAMRecord.java We need to sort cleaned reads ourselves (instead of letting SAMFileWriter 2009-05-11 15:43:42 +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 Update to latest version of picard. Change imports in all classes dependent on picard public from import edu.mit.broad.picard... to import net.sf.picard... 2009-05-28 20:13:01 +00:00
GenomeLocSortedSet.java Added back end code support for Sharding based on genomic location for reads. Changed the sharding 2009-05-26 20:57:46 +00:00
GenotypeUtils.java minor changes 2009-05-26 21:03:06 +00:00
JVMUtils.java intercept NullPointerException and rethrow it with (marginally) comprehensible error message when an attempt to get class source code location fails 2009-05-29 15:56: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 Added a method to refresh an NFS mount point (necessary to prevent NFS flakiness when running on the LSF farm. 2009-05-21 19:31:54 +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 Better accessors for dealing with second base prob pileups 2009-05-21 22:25:16 +00:00
ReadBackedPileup.java Better accessors for dealing with second base prob pileups 2009-05-21 22:25:16 +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 reallocate(int[] orig_array, int new_size) and int[] indexOfAll(String s, int ch); the former is self-explanatory, while the latter returns array of indices of all occurences of ch in the specified string 2009-05-29 20:15:00 +00:00
xReadLines.java Documentation and cleanup of xReadLines. 2009-03-25 15:36:21 +00:00