gatk-3.8/java/src/org/broadinstitute/sting/gatk
hanna 0982d35f5b Bug fixes in streaming in Tribble data via /dev/stdin.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4935 348d0f76-0448-11de-a6fe-93d51630548a
2011-01-05 02:43:04 +00:00
..
arguments Trivial formatting error 2011-01-02 23:44:36 +00:00
contexts renamed genotypesArePhased to isPhased, as the previous name was incorrect for several reasons. Added setPhase() to MutableGenotype. Other classes changed to reflect renaming to isPhased(). CombineVariants now supports an experimental MASTER mode where it consumes -B:master,vcf and -B:xi,vcf for any number i and updates the master with phasing information in xi. 2010-12-22 17:42:05 +00:00
datasources Bug fixes in streaming in Tribble data via /dev/stdin. 2011-01-05 02:43:04 +00:00
examples Fare thee well, UGv1. Here come the days UGv2. 2010-11-29 21:51:19 +00:00
executive Updating the core LocusWalker tools to include the Sample infrastructure that I added last month. This commit touches a lot of files, but only significantly changes a few: LocusIteratorByState and ReadBackedPileup and associated classes. 2010-11-19 19:59:05 +00:00
filters Updated PluginManager so that during testing Queue can dynamically compile and load separately multiple class directories into the same class loader. 2010-11-12 20:14:28 +00:00
io Merging GenomeAnalysisEngine and AbstractGenomeAnalysisEngine back together. 2010-12-21 02:09:46 +00:00
iterators Just refactoring into utils/baq directory 2010-12-06 17:43:43 +00:00
phonehome No longer getting the inet, it seems to potentially hang the JVM 2010-11-11 23:49:42 +00:00
refdata Bug fixes in streaming in Tribble data via /dev/stdin. 2011-01-05 02:43:04 +00:00
report Recent changes to the build system make the build system complain loudly about 2010-09-24 22:09:12 +00:00
traversals Organized performance monitoring passes unit tests and is more efficient 2011-01-03 02:09:08 +00:00
walkers HaplotypeScore is revamped. It now uses reads' Cigar strings when building the haplotype blocks to skip over soft-clipped bases and factor in insertions and deletions. The statistic now uses only the reads from the filtered context to build the haplotypes but it scores all reads against the two best haplotypes. The score is now computed individually for each sample's reads and then averaged together. Bug fixes throughout. The math for the base quality and mapping quality rank sum tests is fixed. The annotations remain as ExperimentalAnnotations pending more investigation. 2011-01-05 00:28:05 +00:00
CommandLineExecutable.java A significant refactoring of the ROD system, done largely to simplify the process of 2010-12-31 04:52:22 +00:00
CommandLineGATK.java Tribble exceptions can be generated outside of the normal codec parsing code because we now lazy load the VCF genotype fields. I'm not sure how else to account for this (to make sure they show up as user errors and not GATK system errors) besides catching them here. 2010-10-22 15:22:17 +00:00
DownsampleType.java Eliminated -mrl option. 2010-08-26 21:38:03 +00:00
DownsamplingMethod.java Penultimate step in exception system overhaul. UserError is now UserException. This class should be used for all communication with the USER for problems with their inputs. Engine now validates sequence dictionaries for compatibility, detecting not only lack of overlap but now inconsistent headers (b36 ref with v37 BAM, for example) as well as ref / bam order inconsistency. New -U option to allow users to tolerate dangerous seq dict issues. WalkerTest system now supports testing for exceptions (see email and wiki for docs). Tests for vcf and bam vs. ref incompatibility. Waiting on Tribble seq dict improvements to detect b36 VCF with b37 ref (currently cannot tell this is wrong. 2010-09-12 14:02:43 +00:00
GenomeAnalysisEngine.java A significant refactoring of the ROD system, done largely to simplify the process of 2010-12-31 04:52:22 +00:00
ReadMetrics.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
ReadProperties.java Push command-line expansions, such as BAM list unpacking and -B tag parsing, out 2010-12-22 19:00:17 +00:00
WalkerManager.java A significant refactoring of the ROD system, done largely to simplify the process of 2010-12-31 04:52:22 +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