| .. |
|
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 |
|
bed
|
Convert GenomeLocParser into an instance variable. This change is required
|
2010-11-10 17:59:50 +00:00 |
|
classloader
|
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 |
|
collections
|
renaming MergingIterator to RODMergingIterator as it is more appropriate for this specialized implementation
|
2010-10-08 14:08:28 +00:00 |
|
duplicates
|
Convert GenomeLocParser into an instance variable. This change is required
|
2010-11-10 17:59:50 +00:00 |
|
exceptions
|
Queue UI Improvements:
|
2010-10-26 19:49:08 +00:00 |
|
fasta
|
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 |
|
fastq
|
Moving StingException
|
2010-09-12 14:34:15 +00:00 |
|
file
|
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 |
|
genotype
|
Convert GenomeLocParser into an instance variable. This change is required
|
2010-11-10 17:59:50 +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
|
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 |
|
pileup
|
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 |
|
report
|
Recent changes to the build system make the build system complain loudly about
|
2010-09-24 22:09:12 +00:00 |
|
sam
|
Convert GenomeLocParser into an instance variable. This change is required
|
2010-11-10 17:59:50 +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
|
Put a major.minor version into the GATK Javadoc for reading. Also,
|
2010-01-15 21:48:30 +00:00 |
|
vcf
|
Bug fix for variants in VCF header fetching to avoid null pointer when a VariantContext tribble codec doesn't have a header
|
2010-11-05 12:43:25 +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
|
Solid processing in base quality recalibrator now has several options for how to handle no calls in the color space. --ignore_nocall_colorspace is removed and replace by --solid_nocall_strategy. Fixed some of the @Deprecated tags in BaseUtils. LocusWalkers now filter out FailsVendorQualityCheck reads. HLA caller integration test bam file had bad vendor reads so its integration test changed.
|
2010-07-19 19:10:29 +00:00 |
|
CardinalityCounter.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 |
|
DisjointSet.java
|
Moved phasing classes out of playground! The code is still under production, though...
|
2010-09-28 23:21:28 +00:00 |
|
DoublyLinkedList.java
|
Moved phasing classes out of playground! The code is still under production, though...
|
2010-09-28 23:21:28 +00:00 |
|
GenomeLoc.java
|
Convert GenomeLocParser into an instance variable. This change is required
|
2010-11-10 17:59:50 +00:00 |
|
GenomeLocParser.java
|
Convert GenomeLocParser into an instance variable. This change is required
|
2010-11-10 17:59:50 +00:00 |
|
GenomeLocSortedSet.java
|
Convert GenomeLocParser into an instance variable. This change is required
|
2010-11-10 17:59:50 +00:00 |
|
Graph.java
|
Moved phasing classes out of playground! The code is still under production, though...
|
2010-09-28 23:21:28 +00:00 |
|
GraphEdge.java
|
Moved phasing classes out of playground! The code is still under production, though...
|
2010-09-28 23:21:28 +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 |
|
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 |
|
MathUtils.java
|
VQSR now operates on LOD scores in the INFO field directly, and doesn't adjust the QUAL field. New format for tranches file uses LOD score. Old file format no longer supported. log10sumlog10() function, a very useful utility in MathUtils. No more ExtendedPileupElement! Robust math calculations in GMM so that no infinities are generated! HaplotypeScore refactored to enable use of filtered context. Not yet enabled... InferredContext getDouble and getInteger arguments now parse values from Strings if necessary
|
2010-11-15 22:19:22 +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
|
Minor JAVA visibility updates
|
2010-11-16 15:28:58 +00:00 |
|
QualityUtils.java
|
Checking in everyone's changes to the variant recalibrator. We now calculate the variant quality score as a LOD score between the true and false hypothesis. Allele Count prior is changed to be (1 - 0.5^ac). Known prior breaks out HapMap sites
|
2010-08-05 14:12:19 +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
|
Reorganization of SW code for clarity. Totally failure at raw optimization. Discovered that ~50% of reads being cleaned were perfect reference matches. New code comes with flag to look at NM field and not clean perfect matches. Can we turned off with command line option (needed for 1KG bams with bad NM fields). Going to rerun cleaning jobs due to accidentally rebuilding of stable codebase and loss of 2 days of runtime.
|
2010-05-27 23:16:00 +00:00 |
|
SampleUtils.java
|
More changes to Variant Eval and Genotype Concordance (passes all integration tests):
|
2010-10-15 12:40:36 +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 |
|
Utils.java
|
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 |
|
WilcoxonRankSum.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 |
|
package-info.java
|
Put a major.minor version into the GATK Javadoc for reading. Also,
|
2010-01-15 21:48:30 +00:00 |