biouml.workflow {rbiouml} | R Documentation |
Run BioUML workflow
Description
Run BioUML workflow optionaly tracking progress
Usage
biouml.workflow(path, parameters=list(), wait=T, verbose=T)
Arguments
path |
path to BioUML workflow |
parameters |
list of parameters to BioUML workflow |
wait |
whether to wait for workflow completion or return immediately |
verbose |
print messages and progress from BioUML workflow, only meaningful if |
Value
Job id that can be passed to biouml.job.info
and biouml.job.wait
[Package rbiouml version 1.11 Index]