Description Usage Arguments Details Examples
Submit a flow to the cluster or perform a dry-run to check and debug issues.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
x |
a |
verbose |
logical. |
... |
Advanced use. Any additional parameters are passed on to submit_job function. |
execute |
|
uuid |
|
plot |
|
dump |
dump all the flow details to the flow path |
.start_jid |
Job to start this submission from. Advanced use, should be 1 by default. |
NOTE:
Even if you want to kill the flow, its best to let submit_flow do its job, when done simply use kill(flow_wd)
.
If submit_flow is interrupted, files like flow_details.rds etc are not created, thus flowr looses the association
of jobs with flow instance and cannot monitor, kill or re-run the flow.
1 2 3 | ## Not run:
submit_flow(fobj = fobj, ... = ...)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.