gatk-3.8/public/scala/src/org/broadinstitute/sting/queue/function
Khalid Shakir 2d1ea7124b One less Queue command line requirement: -tempDir now defaults to .queue/tmp.
Also moved queueScatterGather to .queue/scatterGather.
2012-08-27 12:04:50 -04:00
..
scattergather One less Queue command line requirement: -tempDir now defaults to .queue/tmp. 2012-08-27 12:04:50 -04:00
CommandLineFunction.scala 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
InProcessFunction.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
JavaCommandLineFunction.scala 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
ListWriterFunction.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
QFunction.scala 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
RetryMemoryLimit.scala 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