gatk-3.8/java/src/org/broadinstitute/sting/utils
depristo b316c9a590 Renamed StratifyAlignmentContext to AlignmentContextUtils, and StatiefyContextType to ReadOrientation. Also, went through the system and deleted all references to second bases. That ship passed long ago. This was the actual commit, the last was an intellij error
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5564 348d0f76-0448-11de-a6fe-93d51630548a
2011-04-03 15:36:17 +00:00
..
analysis Initial commit of items for analyzing amino acid transitions in variant eval. Blew up my subversion by coding locally while i did not have internet. I hope this doesn't bust any integrationtests since I changed no existing code but...who knows. Crossing my fingers. 2010-06-29 20:57:18 +00:00
baq Removed MAG entirely 2011-03-18 19:43:23 +00:00
bed Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
classloader Stamp out lazy loading in the PluginManager. This is an attempt to stamp 2011-01-13 20:58:28 +00:00
collections A version of VQSRv2 that does contrastive clustering in two passes. The walkers will be renamed when they are moved to core. 2011-03-14 21:03:56 +00:00
duplicates Convert GenomeLocParser into an instance variable. This change is required 2010-11-10 17:59:50 +00:00
exceptions A nicer error (UserException now) for malformed genome locs 2011-03-18 02:58:29 +00:00
fasta Update Picard / sam-jdk at Tim's request. 2011-01-03 02:17:25 +00:00
file Removing stray non-ASCII character 2011-02-02 03:10:08 +00:00
genotype Initial commit of new likelihood model to evaluate indel quality. Principle is simple, a plain Pair HMM with affine gap penalties (in log space) that does quasi-local alignment between reads and candidate haplotypes and which in theory should be more solid and more reliable than the older Dindel-based model. It also allows to be easily extensible in the future if we decide to introduce either context-dependent and/or read-dependent gap penalties. 2011-03-07 15:31:58 +00:00
help Excluding the QFunction log files from the set of files to delete on completion. 2010-11-18 20:22:01 +00:00
instrumentation Final step in error refactoring. GATK exception is now ReviewedStingException, indicating that this exception is really what one wants. Only use this exception when you have thought about StingException vs. UserException and made a real decision. 2010-09-12 15:07:38 +00:00
interval A few minor modifications masquerading as significant changes according to 2011-02-03 17:59:19 +00:00
pileup Renamed StratifyAlignmentContext to AlignmentContextUtils, and StatiefyContextType to ReadOrientation. Also, went through the system and deleted all references to second bases. That ship passed long ago. This was the actual commit, the last was an intellij error 2011-04-03 15:36:17 +00:00
report Recent changes to the build system make the build system complain loudly about 2010-09-24 22:09:12 +00:00
sam Added support for a general GATK option --simplifyBAM to automatically remove and simplify kept reads in an output BAM file. Specifically, duplicate, non-PF, and unmapped reads are removed, and all extended tags in the retained SAM records are removed except the RG:Z tag. This option is very useful when creating temporary BAM files (merged per-population or multi-sample cleaned) for future calling (as in the 1000G processing pipeline). Results in a significant reduction in space of the resulting BAM, faster reading of the BAM, and surprisingly even faster UG performance: 2011-03-26 01:21:35 +00:00
text GenotypeConcordance now prints interesting sites more nicely. RMDTrackBuilder is now uses the root class FeatureSource not BasicFeatureSource. 2010-10-20 00:29:02 +00:00
threading Documentation and cleanup of the distributed GATK implementation. Detailed documentation -- given that Matt will be extending the system in the near future -- about how the locking and processing trackers work. Added error trapping to note that distributed, shared-memory parallelism isn't yet implemented, instead of just not working silently. General utility function for the analysis of distributedGATK operation in the analysis directory 2011-01-28 03:40:09 +00:00
vcf In the process of optimizing ProduceBeagleInputWalker, discovered that the GenotypeLikelihoods, the UG, and Genotype objects were using old-style GL tags internally, and then converting from Likelihoods -> GL String -> Likelihoods -> PL String throughout the GATK. It was both painful and led to convoluted code throughout the system. Removed everything but GL conversion -> PL in the GenotypeLikelihoods objects, and now all of the codes in UG now immediately provides GenotypeLikelihoods to the Genotype objects, which is converted straight to PL now. Resulted in a 30% speed up in ProduceBeagleLikelihoods, passes integration tests without any modifications, and likely speeds up writing any VCFs with likelihoods. 2011-03-13 00:07:51 +00:00
wiggle Final step in error refactoring. GATK exception is now ReviewedStingException, indicating that this exception is really what one wants. Only use this exception when you have thought about StingException vs. UserException and made a real decision. 2010-09-12 15:07:38 +00:00
yaml Updated from SnakeYAML 1.6 to 1.7. 2010-09-22 19:47:49 +00:00
BaseUtils.java Renamed StratifyAlignmentContext to AlignmentContextUtils, and StatiefyContextType to ReadOrientation. Also, went through the system and deleted all references to second bases. That ship passed long ago. This was the actual commit, the last was an intellij error 2011-04-03 15:36:17 +00:00
CardinalityCounter.java Moved phasing-specific utilities to phasing sub-directory 2011-01-13 15:38:20 +00:00
DisjointSet.java Moved phasing-specific utilities to phasing sub-directory 2011-01-13 15:38:20 +00:00
GenomeLoc.java Failed to include some required GenomeLoc utilities in my last commit. 2011-03-07 23:00:17 +00:00
GenomeLocParser.java A nicer error (UserException now) for malformed genome locs 2011-03-18 02:58:29 +00:00
GenomeLocSortedSet.java vastly improved progress meter that estimates % of work done and time until the job finishes and time remaining. Reordered GATK core initialization order -- intervals are created before the scheduler. 2011-01-12 17:32:27 +00:00
HasGenomeLocation.java Incremental commit for distributed computation. Appears to work but has potential deadlock situation not yet debugged. Do not use yet. 2011-01-17 21:23:09 +00:00
HeapSizeMonitor.java Final step in error refactoring. GATK exception is now ReviewedStingException, indicating that this exception is really what one wants. Only use this exception when you have thought about StingException vs. UserException and made a real decision. 2010-09-12 15:07:38 +00:00
IndelUtils.java GenotypeAndValidate: now looks at annotations in the INFO field instead of filter field. Better output and filters repetitive calls to indel extended events. 2011-03-15 21:54:40 +00:00
MalformedGenomeLocException.java Final step in error refactoring. GATK exception is now ReviewedStingException, indicating that this exception is really what one wants. Only use this exception when you have thought about StingException vs. UserException and made a real decision. 2010-09-12 15:07:38 +00:00
MannWhitneyU.java Minor changes to MannWhitneyU: 2011-03-30 17:03:02 +00:00
MathUtils.java Whitespace cleanup 2011-03-17 18:04:08 +00:00
MendelianViolation.java SelectVariants: now keeps the YAML stuff internal... it's there if you wanna use it, but won't be published anymore. Official parameter is the string for now. 2011-03-15 18:36:55 +00:00
PathUtils.java Final step in error refactoring. GATK exception is now ReviewedStingException, indicating that this exception is really what one wants. Only use this exception when you have thought about StingException vs. UserException and made a real decision. 2010-09-12 15:07:38 +00:00
PreciseNonNegativeDouble.java Moved phasing-specific utilities to phasing sub-directory 2011-01-13 15:38:20 +00:00
QualityUtils.java Renamed StratifyAlignmentContext to AlignmentContextUtils, and StatiefyContextType to ReadOrientation. Also, went through the system and deleted all references to second bases. That ship passed long ago. This was the actual commit, the last was an intellij error 2011-04-03 15:36:17 +00:00
ReservoirDownsampler.java Final step in error refactoring. GATK exception is now ReviewedStingException, indicating that this exception is really what one wants. Only use this exception when you have thought about StingException vs. UserException and made a real decision. 2010-09-12 15:07:38 +00:00
SWPairwiseAlignment.java Get rid of score cutoff at 0 in the alignment matrix (i.e. score[cell] = max(0, score[from_parent_cells]). Use the computed score as is. Technically, it's pretty much NW now, not SW. 2011-04-01 00:11:04 +00:00
SampleUtils.java A more general method for specifying samples to act on from the command-line. Supports samples specified individually on the console, a file of samples, or regular expressions to select multiple samples. 2011-01-06 14:54:56 +00:00
SequenceDictionaryUtils.java - Fix DepthOfCoverage so that, when it abuses the ROD system by instantiating a track in onTraversalDone, it also supplies the correct sequence dictionary and parser. 2010-11-15 20:34:04 +00:00
SimpleTimer.java Bug fix for SimpleTimer that didn't always convert elapsed times from milliseconds to seconds 2011-01-22 18:50:59 +00:00
Utils.java Enabled the parameterize option for debugging PipelineTest MD5s. 2011-03-26 00:41:47 +00:00
WilcoxonRankSum.java Adding ReadPos rank sum test. Transitioned rank sum tests over to using Chris's implementation in order to harmonize the codebase. There isn't any reason to have competing implementations of rank sum. Thanks to Chris for adding the necessary hypothesis testing options. WilcoxonRankSum.java will be deleted soon. 2011-04-02 22:26:35 +00:00
package-info.java Put a major.minor version into the GATK Javadoc for reading. Also, 2010-01-15 21:48:30 +00:00