gatk-3.8/public/scala/src/org/broadinstitute/sting/queue/function
kshakir 8dfa24df7b Sending a version of per job status messages.
In addition to outputs, inputs are passed to QStatusMessenger.done()
CloneFunction.cloneIndex has a new CloneFunction.cloneCount companion useful for display purposes.
2012-10-23 15:55:47 -04:00
..
scattergather Sending a version of per job status messages. 2012-10-23 15:55:47 -04:00
CommandLineFunction.scala RetryMemoryLimit now works with Scatter/Gather. 2012-10-09 21:51:03 -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 RetryMemoryLimit now works with Scatter/Gather. 2012-10-09 21:51:03 -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 Moved the class field caching from QScript to a ClassFieldCache utility. 2012-10-16 18:49:31 -04:00
RetryMemoryLimit.scala RetryMemoryLimit now works with Scatter/Gather. 2012-10-09 21:51:03 -04:00