| .. |
|
R
|
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 |
|
activeregion
|
Archive the experimental Active Region Traversals
|
2013-01-04 17:05:31 -05:00 |
|
analysis
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
baq
|
Minor cleanup of BAQ calculation (final variables, etc)
|
2012-12-17 16:47:27 -05:00 |
|
classloader
|
Scala classes were only returning direct subclasses (confirmed when inspected in debugger) so changed PluginManager to allow specifying the explicit subclass.
|
2012-11-14 10:33:20 -05:00 |
|
clipping
|
fixing typo
|
2012-09-05 10:41:03 -04:00 |
|
codecs
|
Move VCF/BCF2/VariantContext to new standalone org.broadinstitute.variant package
|
2012-12-19 10:25:22 -05:00 |
|
collections
|
Move SomaticIndelDetector and associated tools and libraries into private/andrey package
|
2012-12-29 14:34:08 -05:00 |
|
crypt
|
Public-key authorization scheme to restrict use of NO_ET
|
2012-03-06 00:09:43 -05:00 |
|
duplicates
|
Move VCF/BCF2/VariantContext to new standalone org.broadinstitute.variant package
|
2012-12-19 10:25:22 -05:00 |
|
exceptions
|
Resolving merge conflicts from VCF move
|
2013-01-06 14:32:31 -05:00 |
|
fasta
|
Work on GSA-508 / CachingIndexedFastaReader should internally upper case bases loading data
|
2012-11-01 15:34:03 -04:00 |
|
file
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
fragments
|
Fixing bug from when FragmentUtils merging function moved over to the soft clipped start instead of the unclipped start
|
2012-08-30 10:10:43 -04:00 |
|
genotyper
|
Merge branch 'master' of github.com:broadinstitute/gsa-unstable
|
2012-12-19 11:31:40 -05:00 |
|
help
|
Moving HelpConstants out of HelpUtils so that we stop getting these ProgramElementDoc errors when com.sun.javadoc cannot load on a user's system.
|
2013-01-06 14:30:45 -05:00 |
|
instrumentation
|
Optimize imports run on the whole project, public and private. I just got too tired of all of the unused imports floating around. Confirmed that the system builds after the changes.
|
2011-07-17 20:29:58 -04:00 |
|
interval
|
Move SomaticIndelDetector and associated tools and libraries into private/andrey package
|
2012-12-29 14:34:08 -05:00 |
|
io
|
One less Queue command line requirement: -tempDir now defaults to .queue/tmp.
|
2012-08-27 12:04:50 -04:00 |
|
nanoScheduler
|
NanoScheduler optimizations and simplification
|
2012-12-24 13:35:57 -05:00 |
|
pairhmm
|
Refactoring the PairHMM util class to allow for multiple implementations which can be specified by the callers via an enum argument. Adding an optimized PairHMM implementation which caches per-read calculations as well as a logless implementation which drastically reduces the runtime of the HMM while also increasing the precision of the result. In the HaplotypeCaller we now lexicographically sort the haplotypes to take maximal benefit of the haplotype offset optimization which only recalculates the HMM matrices after the first differing base in the haplotype. Many thanks to Mauricio for all the initial groundwork for these optimizations. The change to the one HC integration test is in the fourth decimal of HaplotypeScore.
|
2012-10-20 16:38:18 -04:00 |
|
pileup
|
Move VCF/BCF2/VariantContext to new standalone org.broadinstitute.variant package
|
2012-12-19 10:25:22 -05:00 |
|
pileup2
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
progressmeter
|
Bugfix for printProgress in TraverseReadsNano
|
2013-01-04 11:39:24 -05:00 |
|
recalibration
|
I just committed this - why didn't it work before? Trying again...
|
2013-01-06 12:44:13 -05:00 |
|
runtime
|
No more hunting down R "resources". As a tradeoff Rscript cannot be specified on the commandline and will be found in the environment path.
|
2011-10-27 14:17:07 -04:00 |
|
sam
|
Deleting / archiving no longer classes
|
2012-12-29 14:34:17 -05:00 |
|
text
|
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 |
|
threading
|
AutoFormattingTime cleanup and complete unittests
|
2013-01-02 11:29:25 -05:00 |
|
variant
|
Move VCF/BCF2/VariantContext to new standalone org.broadinstitute.variant package
|
2012-12-19 10:25:22 -05:00 |
|
wiggle
|
Optimize imports run on the whole project, public and private. I just got too tired of all of the unused imports floating around. Confirmed that the system builds after the changes.
|
2011-07-17 20:29:58 -04:00 |
|
AutoFormattingTime.java
|
AutoFormattingTime cleanup and complete unittests
|
2013-01-02 11:29:25 -05:00 |
|
BitSetUtils.java
|
Refactoring of BQSRv2 to use longs (and standard bit fiddling techniques) instead of Java BitSets for performance improvements.
|
2012-06-12 09:19:36 -04:00 |
|
ContigComparator.java
|
Documented following the new gatkdoc framework
|
2011-07-25 00:25:08 -04:00 |
|
GenomeLoc.java
|
Major performance improvement to the GATK engine
|
2012-12-05 14:49:22 -05:00 |
|
GenomeLocComparator.java
|
Optimized interval iteration
|
2011-09-28 16:07:34 -04:00 |
|
GenomeLocParser.java
|
Ensure that active region extensions stay on contig
|
2013-01-02 14:46:24 -05:00 |
|
GenomeLocSortedSet.java
|
Minor efficiency: use >= instead of > in test
|
2012-11-27 01:11:23 -05:00 |
|
Haplotype.java
|
Move VCF/BCF2/VariantContext to new standalone org.broadinstitute.variant package
|
2012-12-19 10:25:22 -05:00 |
|
HasGenomeLocation.java
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
HeapSizeMonitor.java
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
IndelUtils.java
|
Move VCF/BCF2/VariantContext to new standalone org.broadinstitute.variant package
|
2012-12-19 10:25:22 -05:00 |
|
LRUCache.java
|
Optimizations for applying BQSR table with PrintReads
|
2012-12-17 16:47:27 -05:00 |
|
LegacyReservoirDownsampler.java
|
Use the new downsampling implementation by default
|
2012-12-10 09:44:50 -05:00 |
|
MannWhitneyU.java
|
A couple of minor things.
|
2012-09-20 12:48:13 -04:00 |
|
MathUtils.java
|
Merge AFCalcResultTracker into StateTracker, cleanup
|
2012-10-21 12:42:31 -04:00 |
|
Median.java
|
ReadGroupProperties walker and associated infrastructure
|
2012-03-01 15:01:11 -05:00 |
|
MendelianViolation.java
|
Move VCF/BCF2/VariantContext to new standalone org.broadinstitute.variant package
|
2012-12-19 10:25:22 -05:00 |
|
MultiThreadedErrorTracker.java
|
Proper error handling in NanoScheduler
|
2012-09-19 17:03:13 -04:00 |
|
NGSPlatform.java
|
The GATK engine now ensures that incoming GATKSAMRecords have GATKSAMReadGroupRecord objects in their header
|
2012-12-24 13:35:09 -05:00 |
|
PathUtils.java
|
GATKPerformanceOverTime script update
|
2012-01-02 09:58:46 -05:00 |
|
QualityUtils.java
|
Pushing in implementation of the Bayesian estimate of Qemp for the BQSR.
|
2013-01-02 15:21:44 -05:00 |
|
SWPairwiseAlignment.java
|
FindBugs 'Efficiency' fixes
|
2012-08-16 15:40:52 -04:00 |
|
SampleUtils.java
|
Move VCF/BCF2/VariantContext to new standalone org.broadinstitute.variant package
|
2012-12-19 10:25:22 -05:00 |
|
SequenceDictionaryUtils.java
|
Quick pass of FindBugs 'method invokes inefficient Number constructor' fixes.
|
2012-08-08 14:34:16 -04:00 |
|
SimpleTimer.java
|
Fixes GSA-515 Nanoscheduler GSA-560 / Fix display of NanoScheduler and MonitoringEfficiency
|
2012-09-11 07:38:34 -04:00 |
|
Utils.java
|
Merging latest CMI updates with UNSTABLE
|
2012-11-27 09:08:00 -05:00 |
|
package-info.java
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |