| .. |
|
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
|
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 |
|
classloader
|
Fix newly-introduced bug in the PluginManager/DynamicClassResolutionException
|
2010-09-30 19:07:05 +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
|
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 |
|
exceptions
|
Better message
|
2010-10-10 20:11:51 +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
|
Naughty use of Strings in HaplotypeScore literally double the runtime of Unified Genotyper. Moved over to bytes and no longer allow Strings in the Haplotype util class. New round of profiling on tap for tomorrow.
|
2010-10-20 03:32:21 +00:00 |
|
help
|
A mechanism for supplying attribution text -- mainly useful for external
|
2010-10-01 18:31:19 +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
|
bug fix
|
2010-10-15 16:27:40 +00:00 |
|
pileup
|
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 |
|
report
|
Recent changes to the build system make the build system complain loudly about
|
2010-09-24 22:09:12 +00:00 |
|
sam
|
Reverting Matt's change from yesterday which I accidentally blew away when trying to cope with the stupid svn update issues we've been plagued with recently.
|
2010-10-14 14:40:42 +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
|
Adding a few helper methods for accessing sample metadata, and associated unit tests. These are motivated by discussion with Ryan about how he'll use sample metadata in VariantEvalwalker - hopefully will make it easier for him. Methods are:
|
2010-09-28 02:16: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
|
Added startsBefore, startsAfter, and minDistance [calculates distance between any pair of bases in the two GenomeLocs]
|
2010-10-20 19:12:34 +00:00 |
|
GenomeLocParser.java
|
Removed cases where various toolkit functions were accessing GenomeAnalysisEngine.instance.
|
2010-09-25 02:49:30 +00:00 |
|
GenomeLocSortedSet.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 |
|
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
|
QSample walker for 1KG -- measures aggregate quality of sequencing. Includes misc. improvements throughtout the code, including using the new Tribble GenotypeLikelihoods class for working with VCF GLs from the UG
|
2010-09-03 18:21:43 +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
|
Updated to work exclusively in log10 space
|
2010-08-19 21:31:07 +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
|
Removed cases where various toolkit functions were accessing GenomeAnalysisEngine.instance.
|
2010-09-25 02:49:30 +00:00 |
|
Utils.java
|
Massive review of maybe 50% of the exceptions in the GATK. GATKException is a tmp. tracker so that I can tell which StingExceptions I've reviewed. Please don't use it. If you are working on new code and are considering throwing exceptions, it's either UserError or StingException, please
|
2010-09-09 23:21:17 +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 |