qsub_retrieve: Retrieve the results of a qsub execution.

Description Usage Arguments

View source: R/qsub_run.R

Description

Retrieve the results of a qsub execution.

Usage

1
qsub_retrieve(qsub_config, wait = TRUE, post_fun = NULL)

Arguments

qsub_config

The qsub configuration of class qsub_configuration, as returned by any qsub execution

wait

If TRUE, wait until the execution has finished in order to return the results, else returns NULL if execution is not finished.

post_fun

Apply a function to the output after execution. Interface: function(index, output)


rcannood/PRISM documentation built on Sept. 24, 2021, 11:10 p.m.