Retrieve the results of a qsub execution.
qsub_retrieve(qsub_config, wait = TRUE, post_fun = NULL)
The qsub configuration of class qsub_configuration
, as returned by any qsub execution
If TRUE
, wait until the execution has finished in order to return the results, else returns NULL
if execution is not finished.
Apply a function to the output after execution. Interface: function(index, output)