gatk-3.8/public/scala/test/org/broadinstitute/sting/queue/pipeline
Khalid Shakir 22b4466cf5 Added setupRetry() to modify jobs when Queue is run with '-retry' and jobs are about to restart after an error.
Implemented a mixin called "RetryMemoryLimit" which will by default double the memory.
GridEngine memory request parameter can be selected on the command line via '-resMemReqParam mem_free' or '-resMemReqParam virtual_free'.
Java optimizations now enabled by default:
- Only 4 GC threads instead of each job using java's default O(number of cores) GC threads. Previously on a machine with N cores if you have N jobs running and java allocates N GC threads by default, then the machines are using up to N^2 threads if all jobs are in heavy GC (thanks elauzier).
- Exit if GC spends more than 50% of time in GC (thanks ktibbett).
- Exit if GC reclaims lest than 10% of max heap (thanks ktibbett).
Added a -noGCOpt command line option to disable new java optimizations.
2012-08-13 15:43:05 -04:00
..
examples Added setupRetry() to modify jobs when Queue is run with '-retry' and jobs are about to restart after an error. 2012-08-13 15:43:05 -04:00
DataProcessingPipelineTest.scala Hmm, I thought I used the right md5s last time. Let's try again. 2012-08-02 11:25:10 -04:00
PacbioProcessingPipelineTest.scala Hmm, I thought I used the right md5s last time. Let's try again. 2012-08-02 11:25:10 -04:00
PipelineTest.scala MD5DB for integrationtest management now writes out a md5mismatches files for clean analysis 2012-06-14 16:42:27 -04:00
PipelineTestEvalSpec.scala No more "Q-<pid>@<host>". Generated log file names now use the first output + ".out" (ex. my.vcf.out) or the name of the first QScript plus the order the function was added (ex. MyScript-1.out). The same function added twice with the same outputs will now have the same default logs, meaning the 2nd instance of the function won't be added to the graph twice. 2012-01-08 12:11:55 -05:00
PipelineTestSpec.scala No more "Q-<pid>@<host>". Generated log file names now use the first output + ".out" (ex. my.vcf.out) or the name of the first QScript plus the order the function was added (ex. MyScript-1.out). The same function added twice with the same outputs will now have the same default logs, meaning the 2nd instance of the function won't be added to the graph twice. 2012-01-08 12:11:55 -05:00