Learn R Programming

flowr (version 0.9.11)

test_queue: 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 queue. ?queue, for more information

Examples

Run this code
# NOT RUN {
test_queue(q_obj = q_obj, ... = ...)
# }

Run the code above in your browser using DataLab