gatk-3.8/public/java/test/org/broadinstitute/sting/gatk/downsampling
Mark DePristo 317dc4c323 Add size() method to Downsampler interface
-- This method provides client with the current number of elements, without having to retreive the underlying list<T>.  Added unit tests for LevelingDownsampler and ReservoirDownsampler as these are the only two complex ones.  All of the others are trivially obviously correct.
2013-04-08 15:48:13 -04:00
..
AlleleBiasedDownsamplingUtilsUnitTest.java - Changed loadContaminationFile file parser to delimit by tab only. This allows spaces in sampleIDs, which apparently are allowed. 2013-03-07 13:04:24 -05:00
DownsamplingReadsIteratorUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
FractionalDownsamplerUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
LevelingDownsamplerUnitTest.java Add size() method to Downsampler interface 2013-04-08 15:48:13 -04:00
PerSampleDownsamplingReadsIteratorUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
PositionallyDownsampledArtificialSingleSampleReadStreamAnalyzer.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ReservoirDownsamplerUnitTest.java Add size() method to Downsampler interface 2013-04-08 15:48:13 -04:00
SimplePositionalDownsamplerUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00