gatk-3.8/java/test/org/broadinstitute/sting/utils
hanna d19366eaad Cleanup emergency fixes for out-of-bounds issues in reference retrieval. Fix spelling mistakes.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1173 348d0f76-0448-11de-a6fe-93d51630548a
2009-07-06 15:41:30 +00:00
..
cmdLine Disable support for short name values directly abutting their arguments. 2009-05-17 16:09:32 +00:00
fasta made a fake fasta generator, so we can now generate a complete bam / fasta combo of made up data. 2009-07-01 21:35:34 +00:00
genotype Some files to support generic genotype outputing 2009-06-26 15:43:41 +00:00
sam changes to fix and test the interval based traversals 2009-06-25 17:54:15 +00:00
threading Added IterableLocusContextQueue and test. Cleaned up tests, adding BaseTest where it didn't exist. Enhanced test runner to run only classes ending in ...Test.java, so that utility classes can sit alongside the tests but won't be run by JUnit. 2009-05-13 21:32:05 +00:00
BaseUtilsTest.java Added tests for mostFrequentBaseFraction() and reverseComplementString() 2009-06-09 00:53:45 +00:00
ExpandingArrayListTest.java Updated version of the recalibration tool 2009-06-19 17:45:47 +00:00
GenomeLocParserTest.java Aaron: 1, GenomeLoc: 0. I changed our GenomeLoc class, seperating the creation of a genome loc (with the reference setup) to a parser class. GenomeLoc now just represents the actual genomic postion. The constructors are now package-protected (to enforce using the parser), but we may want to expose some constructors in the future. 2009-06-22 14:39:41 +00:00
GenomeLocSortedSetTest.java Aaron: 1, GenomeLoc: 0. I changed our GenomeLoc class, seperating the creation of a genome loc (with the reference setup) to a parser class. GenomeLoc now just represents the actual genomic postion. The constructors are now package-protected (to enforce using the parser), but we may want to expose some constructors in the future. 2009-06-22 14:39:41 +00:00
GenomeLocTest.java Aaron: 1, GenomeLoc: 0. I changed our GenomeLoc class, seperating the creation of a genome loc (with the reference setup) to a parser class. GenomeLoc now just represents the actual genomic postion. The constructors are now package-protected (to enforce using the parser), but we may want to expose some constructors in the future. 2009-06-22 14:39:41 +00:00
MathUtilsTest.java A more thorough test for multinomialProbability. 2009-05-01 06:27:05 +00:00
PathUtilsTest.java Test class for PathUtils. 2009-05-21 19:31:22 +00:00
RefHangerTest.java Fixed genome loc to be immutable, the only way to now change it's values is through the GenomeLocParser. 2009-06-30 19:17:24 +00:00
UtilsTest.java Cleanup emergency fixes for out-of-bounds issues in reference retrieval. Fix spelling mistakes. 2009-07-06 15:41:30 +00:00