| .. |
|
R
|
When using bam list mode in HSP deriving VCF name from bam list instead of requiring an additional parameter.
|
2011-12-16 18:09:25 -05:00 |
|
activeregion
|
HaplotypeCaller is now an ActiveRegionWalker.
|
2012-01-22 14:31:01 -05:00 |
|
analysis
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
baq
|
Active Region Traversal should use GATKSAMRecords everywhere instead of SAMRecords. misc cleanup.
|
2012-02-03 17:13:52 -05: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 |
|
clipping
|
Add support for reads starting with insertion
|
2012-01-03 09:29:45 -05:00 |
|
codecs
|
Catch exception for bad type and throw as a TribbleException
|
2012-01-25 12:15:51 -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
|
Don't update lineNo for decodeLoc - only for decode (otherwise they get double-counted). Even still, because of the way the GATK currently utilizes Tribble we can parse the same line multiple times, which knocks the line counter out of sync. For now, I've added a TODO in the code to remind us and the error messages note that it's an approximate line number.
|
2011-12-14 10:43:52 -05:00 |
|
fasta
|
Fix for ref 0 bases for Chris
|
2012-01-24 10:55:09 -05:00 |
|
file
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |
|
fragments
|
HaplotypeCaller is now an ActiveRegionWalker.
|
2012-01-22 14:31:01 -05:00 |
|
gcf
|
Vastly better way of doing on-demand genotyping loading
|
2011-11-20 08:23:09 -05: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
|
make the size of a GenomeLoc int instead of long
|
2012-02-03 17:12:42 -05:00 |
|
io
|
Device files like /dev/null are now tracked as special by Queue and are not used to generate .out file paths, scattered into a temporary directory, gathered, deleted, etc.
|
2012-01-23 16:17:04 -05:00 |
|
pileup
|
Better exceptions to catch malformed reads
|
2012-02-01 11:56:19 -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
|
Updating the SAM TAG for Original Alignment Start to "OP"
|
2012-01-27 08:51:39 -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
|
Initial version of multi-allelic summary module in VariantEval
|
2012-01-25 19:42:55 -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 |
|
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 |
|
GenomeLoc.java
|
make the size of a GenomeLoc int instead of long
|
2012-02-03 17:12:42 -05:00 |
|
GenomeLocComparator.java
|
Optimized interval iteration
|
2011-09-28 16:07:34 -04:00 |
|
GenomeLocParser.java
|
Merged bug fix from Stable into Unstable
|
2011-12-08 13:11:39 -05:00 |
|
GenomeLocSortedSet.java
|
Active region walkers can now see the reads in a buffer around thier active reigons. This buffer size is specified as a walker annotation. Intervals are internally extended by this buffer size so that the extra reads make their way through the traversal engine but the walker author only needs to see the original interval. Also, several corner case bug fixes in active region traversal.
|
2012-01-19 22:05:08 -05: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
|
First implementation of DiagnoseTargets
|
2012-02-03 17:12:43 -05:00 |
|
MendelianViolation.java
|
Cleaned up unused import statements
|
2011-11-30 15:30:30 +01:00 |
|
NGSPlatform.java
|
Renamed GATKSamRecord -> GATKSAMRecord for consistency. Better docs.
|
2011-10-21 09:59:24 -04:00 |
|
PathUtils.java
|
GATKPerformanceOverTime script update
|
2012-01-02 09:58:46 -05:00 |
|
QualityUtils.java
|
Fix to permit proper handling of mapping qualities between 128 to 255 (which get converted to byte values of -128 to -1)
|
2012-01-27 16:01:30 -05: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
|
Refactor of ReadClipper unit tests
|
2011-12-15 19:05:43 -05:00 |
|
package-info.java
|
Reorganized the codebase beneath top-level public and private directories,
|
2011-06-28 06:55:19 -04:00 |