test_queue: test_queue

Description Usage Arguments Examples

View source: R/zz-test-queue.R

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

1

Arguments

q_obj

queue object

verbose

toggle

...

These params are passed onto queue. ?queue, for more information

Examples

1
2
3
## Not run: 
test_queue(q_obj = q_obj, ... = ...)
## End(Not run)

flowr documentation built on March 3, 2021, 1:12 a.m.