gatk-3.8/public/java/test/org/broadinstitute/sting/utils
Guillermo del Angel d2586911a4 Forgot to add tolerance to new MathUtils unit tests 2012-03-28 08:18:36 -04:00
..
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
activeregion BQSR Gatherer implementation and integration tests 2012-03-27 13:50:22 -05:00
baq
clipping Add support for reads starting with insertion 2012-01-03 09:29:45 -05:00
codecs Adding test for reading samtools VCF file 2012-02-27 17:05:50 -05:00
collections
crypt Do not fail tests that require the GATK private key if the user does not have permission to read it 2012-03-06 15:57:02 -05:00
fasta
fragments GATKSAMRecord refactor 2011-11-03 15:43:26 -04:00
genotype/vcf Change interface to getNegLog10PError to getLog10PError 2011-11-18 21:07:30 -05:00
interval make the size of a GenomeLoc int instead of long 2012-02-03 17:12:42 -05:00
io Public-key authorization scheme to restrict use of NO_ET 2012-03-06 00:09:43 -05:00
pileup GATKSAMRecord refactor 2011-11-03 15:43:26 -04:00
recalibration BQSR with GATKReport implementation 2012-03-23 15:42:32 -04:00
report
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 BitSet implementation of the on-the-fly recalibration using the CSV format file. 2012-03-16 13:02:15 -04:00
text
threading
variantcontext Merged bug fix from Stable into Unstable 2012-03-16 14:33:53 -04:00
BaseUtilsUnitTest.java
BitSetUtilsUnitTest.java BitSets keys to lower BQSR's memory footprint 2012-03-16 13:01:48 -04:00
GenomeLocParserUnitTest.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
GenomeLocSortedSetUnitTest.java
GenomeLocUnitTest.java Support for list of known CNVs in VariantEval 2011-11-30 17:05:16 -05:00
HaplotypeUnitTest.java Minor misc updates 2012-03-06 10:14:45 -05:00
MWUnitTest.java
MathUtilsUnitTest.java Forgot to add tolerance to new MathUtils unit tests 2012-03-28 08:18:36 -04:00
PathUtilsUnitTest.java
QualityUtilsUnitTest.java Caching log calculations cut the non-Map runtime of HaplotypeCaller in half. Moved the qual log cache used in HC and PairHMM into a common place and added unit tests. 2012-03-21 08:45:42 -04:00
ReservoirDownsamplerUnitTest.java
SimpleTimerUnitTest.java The right fix for this test is just to delete it. 2011-11-15 14:53:27 -05:00
UtilsUnitTest.java