gatk-3.8/public/java/test/org/broadinstitute/sting
Mark DePristo 1ca13f9581 Fundamentally better model for the NanoScheduler
-- Now each map job reads a value, performs map, and does as much reducing as possible.  This ensures that we scale performance with the nct value, so -nct 2 should result in 2x performance, -nct 3 3x, etc.  All of this is accomplished using exactly NCT% of the CPU of the machine.
-- Has the additional value of actually simplifying the code
-- Resolves a long-standing annoyance with the nano scheduler.
2012-12-19 09:31:31 -05:00
..
commandline Refactored argument matching to support other plugins in addition to file lists. 2012-10-15 15:10:45 -04:00
gatk oops 2012-12-18 19:03:12 -05:00
jna Updated hard limit MathUtils.MAXN number of samples from 11,000 to 50,000. 2012-05-29 11:18:22 -04:00
utils Fundamentally better model for the NanoScheduler 2012-12-19 09:31:31 -05:00
BaseTest.java Extensive unit tests, contacts, and documentation for RecalDatum 2012-07-31 08:11:03 -04:00
MD5DB.java Finalizing BCF2 mark III commit 2012-06-21 15:16:27 -04:00
MD5Mismatch.java Final updates to integration tests for BCF2 2012-05-24 10:58:59 -04:00
StingTextReporter.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
TestNGTestTransformer.java Add custom TestNGTestTransformer that adds a maximum test runtime of 10 minutes to all testng tests 2012-11-01 15:34:12 -04:00
WalkerTest.java Renaming -cnt to -nct for consistency 2012-09-05 21:13:19 -04:00