test_queue {flowr} | R Documentation |
test_queue
Description
This function attempts to test the submission of a job to the queue. We would first submit one single job, then submit another with a dependency to see if configuration works. This would create a folder in home called 'flows'.
[Depreciated]: This function has been superseded by run("sleep_pipe", platform = "lsf", execute=TRUE)
Usage
test_queue(q_obj, verbose = TRUE, ...)
Arguments
q_obj |
queue object |
verbose |
toggle |
... |
These params are passed onto |
Examples
## Not run:
test_queue(q_obj = q_obj, ... = ...)
## End(Not run)
[Package flowr version 0.9.11 Index]