| .. |
|
R
|
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 |
|
analysis
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
baq
|
Putative fix for BAQ array out of bounds
|
2011-09-21 11:25:08 -04:00 |
|
classloader
|
Fixed Ant / PluginManager issue where reflections was picking up all class files under current working directory due to "." in jar manifest classpaths.
|
2011-09-27 14:33:57 -04:00 |
|
clipreads
|
Fixing no cigar bug
|
2011-11-09 14:39:20 -05:00 |
|
codecs
|
Cleanup for new SampleUtils function
|
2011-11-10 13:27:13 -05:00 |
|
collections
|
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 |
|
duplicates
|
GATKSAMRecord refactor
|
2011-11-03 15:43:26 -04:00 |
|
exceptions
|
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 |
|
fasta
|
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 |
|
file
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
fragments
|
GATKSAMRecord refactor
|
2011-11-03 15:43:26 -04:00 |
|
gcf
|
Fixed long-standing bug in tribble index creation
|
2011-09-20 10:53:18 -04:00 |
|
help
|
Added ability to specify arguments in files via -args/--arg_file
|
2011-10-24 15:58:34 -04: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
|
During flanking interval creation merging overlapping flanks so that on scatter the list doesn't accidentally genotype the same site twice.
|
2011-11-17 13:56:42 -05:00 |
|
io
|
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 |
|
pileup
|
Fix to deal with reduced reads containing a deletion
|
2011-11-14 12:23:46 -05:00 |
|
pileup2
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04: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
|
compress Reduce Read counts bytes by offset
|
2011-11-14 18:30:24 -05:00 |
|
text
|
Reorganization of Sample
|
2011-09-30 15:50:54 -04:00 |
|
threading
|
Removed GATK use of distributed parallelism framework.
|
2011-07-20 16:26:09 -04:00 |
|
variantcontext
|
Merge branch 'master' of ssh://copper.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
|
2011-11-15 16:23:53 -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 |
|
yaml
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
AminoAcid.java
|
Removing the Genomic Annotator and its supporting classes
|
2011-07-25 15:10:25 -04:00 |
|
AminoAcidTable.java
|
Removing the Genomic Annotator and its supporting classes
|
2011-07-25 15:10:25 -04:00 |
|
BaseUtils.java
|
Functional VCF output.
|
2011-08-04 17:49:08 -04:00 |
|
ContigComparator.java
|
Documented following the new gatkdoc framework
|
2011-07-25 00:25:08 -04:00 |
|
DisjointSet.java
|
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 |
|
GenomeLoc.java
|
IntervalUtils for completely balanced locus-based scatter/gather
|
2011-11-02 10:49:40 -04:00 |
|
GenomeLocComparator.java
|
Optimized interval iteration
|
2011-09-28 16:07:34 -04:00 |
|
GenomeLocParser.java
|
During flanking interval creation merging overlapping flanks so that on scatter the list doesn't accidentally genotype the same site twice.
|
2011-11-17 13:56:42 -05:00 |
|
GenomeLocSortedSet.java
|
IntervalUtils for completely balanced locus-based scatter/gather
|
2011-11-02 10:49:40 -04:00 |
|
Haplotype.java
|
Now properly extending candidate haplotypes with bases from the reference context instead of filling with padding bases. Functionality in the private Haplotype class is no longer necessary so removing it. No need to have four different Haplotype classes in the GATK.
|
2011-11-05 12:18:56 -04: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
|
Fixing up and refactoring usage of indel categories. On a variant context, isInsertion() and isDeletion() are now removed because behavior before was wrong in case of multiallelic sites. Now, methods isSimpleInsertion() and isSimpleDeletion() will return true only if sites are biallelic. For multiallelic sites, isComplex() will return true in all cases.
|
2011-08-18 16:17:38 -04:00 |
|
MannWhitneyU.java
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
MathUtils.java
|
added MQ of low MQ/BQ to consensus RMS
|
2011-11-01 17:46:12 -04:00 |
|
MendelianViolation.java
|
You know how the wiki has a big section on commiting local changes to BRANCHES of the repository you clone it from? Yeah. It sucks if you don't do that.
|
2011-10-19 17:42:37 -04:00 |
|
NGSPlatform.java
|
Renamed GATKSamRecord -> GATKSAMRecord for consistency. Better docs.
|
2011-10-21 09:59:24 -04:00 |
|
PathUtils.java
|
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 |
|
QualityUtils.java
|
Bugfix for cached quals
|
2011-09-02 21:13:28 -04:00 |
|
ReservoirDownsampler.java
|
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 |
|
SWPairwiseAlignment.java
|
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 |
|
SampleUtils.java
|
Cleanup for new SampleUtils function
|
2011-11-10 13:27:13 -05:00 |
|
SequenceDictionaryUtils.java
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
SimpleTimer.java
|
Removing contracts for the SimpleTimer
|
2011-11-06 22:22:49 -05:00 |
|
Utils.java
|
IntervalUtils for completely balanced locus-based scatter/gather
|
2011-11-02 10:49:40 -04:00 |
|
package-info.java
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |