gatk-3.8/java/src/org/broadinstitute/sting/utils
hanna d3b78338da Get rid of characters in the docs that aren't universally compatible with
character sets used throughout the group.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2285 348d0f76-0448-11de-a6fe-93d51630548a
2009-12-07 21:41:07 +00:00
..
bed GSA-182: Adding support for BED interval files. 2009-10-06 02:45:31 +00:00
cmdLine Move some files around to reflect our growing help infrastructure. 2009-12-07 19:23:12 +00:00
duplicates Move MSG - plus now obsolete classes which it depends on -- to oneoffprojects (with permission from Jared). 2009-12-02 20:04:22 +00:00
fasta fix for bug GSA-234: fasta index files couldn't handle anything but letters, numbers, or spaces in the contig name 2009-11-24 19:19:47 +00:00
fastq Improvements to make this work with uncompressed fastq files. Pulled the fastq parser out into it's own SAMFileReader-like entity. 2009-09-03 17:20:16 +00:00
genotype Updated the CallsetConcordance classes to use new VCF Variation code... and uncovered a whole bunch of VCF bugs in the process. I'm not convinced that I got them all, so I'll unit test like crazy when the refactoring is done. 2009-12-06 11:43:40 +00:00
help Move some files around to reflect our growing help infrastructure. 2009-12-07 19:23:12 +00:00
pileup fixes for VariantAnnotations and second bases. Misc. removal of failing (and unstable) integration tests that require rereview 2009-12-02 15:41:35 +00:00
sam Completing the optimization started by Matt: we now wrap SAMRecords and SAMReadGroupRecords with our own versions which cache oft-used variables (e.g. platform, readString, strand flag). All walkers automagically get this speedup since the wrapping occurs in the engine. 2009-11-30 17:39:29 +00:00
threading Package level documentation -- helps new users get acclimated to the codebase more quickly. 2009-06-17 16:27:48 +00:00
AlignmentUtils.java More archiving (with permission from Andrey) plus a move to core. 2009-12-03 15:40:27 +00:00
BaseUtils.java Added --solid_recal_mode argument to experiment with different ways of dealing with solid reference bias. Currently the default option is DO_NOTHING which means use the same behavior as the old recalibrator. Eventually the new methods in RecalDataManager will be moved over to a SolidUtils class. Added transition and transversion methods to BaseUtils that work like simpleComplement, used with the color space in my solid methods. Also, initial check-in of HomopolymerCovariate. 2009-12-07 14:26:27 +00:00
CircularArray.java More archiving (with permission from Andrey) plus a move to core. 2009-12-03 15:40:27 +00:00
ComparableSAMRecord.java only compare pair position for paired end reads 2009-07-08 04:07:08 +00:00
ExpandingArrayList.java Now uses expanding array list for coverage histograms. No hard limit on maximum depth now 2009-09-16 23:27:25 +00:00
GATKErrorReport.java comments for eric 2009-11-13 14:19:31 +00:00
GenomeLoc.java code cleanup and containsStartPosition function 2009-10-27 21:53:40 +00:00
GenomeLocParser.java Validates intervals against sequence dictionary header bounds. 2009-10-22 19:31:15 +00:00
GenomeLocSortedSet.java GSA-182: Adding support for BED interval files. 2009-10-06 02:45:31 +00:00
GenotypeUtils.java intermediate commit for some changes in the Variation system, so Eric can go ahead with his changes. Everything is pretty set, but the Variation interface could use a convenience method that joins all the alternate alleles. 2009-10-23 06:31:15 +00:00
JVMUtils.java Better integrate the @ArgumentCollection into the command-line argument parser. Walkers can now specify their own @ArgumentCollections. Also cleaned up a bit of the CommandLineProgram template method pattern to minimize duplicate code. 2009-09-29 22:23:19 +00:00
ListUtils.java Cosmetic change to list sampling functions: the typical usage of n and k were reversed. No change in functionality of the classes has been made and unit tests still pass. 2009-09-28 18:12:32 +00:00
MalformedGenomeLocException.java A fix for the 'rod blows up when it hits a GenomeLoc outside the reference' issu 2009-06-02 18:14:46 +00:00
MathUtils.java Stage 1 of the VariantFiltration refactoring is now complete. There now exists a parallel tool called VariantAnnotator which simply takes variant calls and annotates them with the same type of data that we used to use for filtering (e.g. DoC, allele balance). The output is a VCF with the INFO field appropriately annotated. 2009-11-16 02:41:20 +00:00
MergingIterator.java General purpose merging iterator implementation 2009-09-12 19:06:15 +00:00
PackageUtils.java New PackageUtils interferes with the packaging utility. Revert until Aaron and 2009-11-02 19:14:14 +00:00
Pair.java The building blocks for segmenting covariate counting data by read group. 2009-06-04 19:55:24 +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
PluginManager.java Allow users to directly specify filters from the command-line, applicable to 2009-11-10 18:40:16 +00:00
PrimitivePair.java Push core / playground lower into the tree. 2009-03-23 23:19:54 +00:00
QualityUtils.java Support for original quality scores OQ flag. pQ flag in TableRecalibation to preserve quality scores below a threshold (defaulting to 5) 2009-08-28 14:14:21 +00:00
SWPairwiseAlignment.java -set indel cleaning walkers to be in core package 2009-07-24 05:23:29 +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
TextFormattingUtils.java Clean up some of the walker help output based on additional experience and 2009-12-07 21:33:11 +00:00
Utils.java minor code cleanup 2009-11-30 20:57:20 +00:00
WilcoxonRankSum.java Get rid of characters in the docs that aren't universally compatible with 2009-12-07 21:41:07 +00:00
package.html Package level documentation -- helps new users get acclimated to the codebase more quickly. 2009-06-17 16:27:48 +00:00
xReadLines.java Documentation and cleanup of xReadLines. 2009-03-25 15:36:21 +00:00