Description Usage Arguments Details Value
This function submits a set of one or more inputs to cromwell. It
is much more efficient than submitting a single job at a time.  See
the
cromwell batch API documentation for details.
1 2  | cromwellBatch(wdlSource, workflowInputs, customLabels = NULL,
  workflowOptions = NULL, timeout = 120, ...)
 | 
wdlSource | 
 Represents the
WDL A string
(character vector of length 1) or an
  | 
workflowInputs | 
 A   | 
customLabels | 
 A named   | 
workflowOptions | 
 A   | 
timeout | 
 The number of seconds to wait for a response. Batch jobs can take quite some time for cromwell to process, so this will typically need to be set to a large value to allow for a completed response.  | 
... | 
 passed directly to httr 'POST' (for including 'timeouts', 'handles', etc.)  | 
TODO details
If a timeout does not occur (this is pretty common....), then a list that contains the submission status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.