gatk-3.8/public/scala/src/org/broadinstitute/sting/queue/function
Joel Thibault 97d29f203e Add walltime changes to LSF
- Check whether the specified attribute is available
- Add pipeline test (disabled due to missing attribute)
2012-11-29 15:23:37 -05:00
..
scattergather Sending a version of per job status messages. 2012-10-23 15:55:47 -04:00
CommandLineFunction.scala Add walltime changes to LSF 2012-11-29 15:23:37 -05: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