gatk-3.8/public/java/src/org/broadinstitute/sting/gatk
Mark DePristo f77d2e6965 Renamed NO_HEADER to the more accurate no_cmdline_in_header
-- Also no_cmdline_in_header permits us to write contigs into the header, so that the shadow BCF system can work as well
2012-05-24 10:57:08 -04:00
..
arguments Renamed NO_HEADER to the more accurate no_cmdline_in_header 2012-05-24 10:57:08 -04:00
contexts Added function to get bases from the current base forward in the window in ReferenceContext 2012-04-06 16:07:46 -04:00
datasources Killed two more resource leakers that ignored requests to close wrapped file pointers, and added Unit Tests for each. 2012-05-21 15:41:56 -04:00
examples As promised in the release notes for 1.6, I am removing the old deprecated genotyping framework revolving around the misordering of alleles and have moved the fixed version in its place in preparation for release 1.7 (or 2.0?). 2012-05-01 16:18:24 -04:00
executive Refactoring/fixing up UG HMM code: a) Make code use PairHMM class instead of having duplicated code. That way UG and HaplotypeCaller now use same core code. Changes to be able to do this: 1. Compute context-dependent GOP as a function of read, not of haplotype, b) Extracted code to initialize HMM arrays into separate method, c) Move PairHMM class and unit test to public, d) Reenable banded code in PairHMM, inverted sense of flag (true=enable feature) but leave off in HaplotypeCaller. 2012-04-17 14:22:48 -04:00
filters Bug fix in BadCigar read filter for index out of bounds exception when used with a bam file that contains unmapped reads. 2012-05-21 16:46:59 -04:00
io Renamed NO_HEADER to the more accurate no_cmdline_in_header 2012-05-24 10:57:08 -04:00
iterators Committing the best of the frantic pre-CSHL experiments: Better algorithm for partioning reads amongst the alleles they support. Require the read's original alignment to actually overlap the variant. QD uses the non-informative reads when calculating D. More HC-specific annotations for potential use in a statistical filtering strategy. Increasing the minimum kmer length in the assembly graphs. Misc minor bug fixes. 2012-05-10 13:09:03 -04:00
phonehome Capture the class of the exception in GATKRunReport 2012-03-14 12:16:22 -04:00
refdata Killed two more resource leakers that ignored requests to close wrapped file pointers, and added Unit Tests for each. 2012-05-21 15:41:56 -04:00
report Fixed up the comments in the GATKReportTable code and added some sanity checks to make sure that the user doesn't inconsistently add rows and corresponding IDs to the table. 2012-05-21 14:16:13 -04:00
resourcemanagement First pass of the asynchronous block loader. 2011-11-18 15:02:59 -05:00
samples Added function to get founders IDs in SampleDB 2012-04-25 12:49:36 -04:00
traversals Merging active regions across shard boundries if they are contiguous, have the same active status and don't grow too big. 2012-05-01 15:51:36 -04:00
walkers AD should be UNBOUNDED, actually 2012-05-24 10:57:05 -04:00
CommandLineExecutable.java Old -B syntax is long gone at this point. Safe to remove the warning. 2012-04-02 22:25:16 -04:00
CommandLineGATK.java OutOfMemory exceptions are User Errors 2012-04-02 22:46:56 -04:00
DownsampleType.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
DownsamplingMethod.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
GenomeAnalysisEngine.java Adding engine capability to quantize qualities. 2012-04-08 21:07:51 -04:00
ReadMetrics.java Counts of records failing filters are displayed sorted 2011-10-06 18:42:26 -07:00
ReadProperties.java Had some free time, so I unplugged extended events from the walkers. Now they exist only in LocusIteratorByState, but ReadProperties.generateExtendedEvents() always returns false so that block is never actually executed anymore. I don't want to touch LIBS because I think David is in there right now. 2012-04-02 14:27:36 -04:00
WalkerManager.java Removed support for RMD in @Requires and @Allows 2011-08-03 15:36:55 -04:00
package-info.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00