gx.workflow | R Documentation |
This function invokes a workflow with specified parameters. A workflow is identified by its path in the platform workspace, e.g. many workflows are provided under analyses/Workflows.
gx.workflow(path, parameters = list(), wait = T, verbose = T)
path |
platform path to the workflow |
parameters |
workflow parameters |
wait |
set true to wait for task to complete |
verbose |
switch to get more or less progress info |
The function can wait for the analysis to complete (default) or
just invoke the analysis asynchronously. In the latter case it may be desireable
to keep the platform job id, which is returned by this function, to
be able to request the job status. Analysis progress can be observed by
setting verbose=T
(default).
Currently there is no workflow complement for gx.analysis.parameters to inspect workflow
parameters. Workflow parameters are specified as shown in the platform web interface
and parameter names can be listed using gx.ls, but the output also contains other
elements besides analysis parameters.
the job id of submitted task. The job id can be used to retrieve information about the status of the analysis.
gx.analysis
gx.ls
biouml.workflow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.