View source: R/cromwellValidate.R
cromwell_validate | R Documentation |
Validates a workflow for submission
cromwell_validate(wdl, all_inputs = NULL, url = cw_url(), token = NULL)
wdl |
Local path to the wdl file describing the workflow. (Required) |
all_inputs |
Local path to the json containing ALL the inputs the parameters to use with the workflow - if a batch and parameters json are present they must first be combined. (Optional) |
url |
(character) base url for your Cromwell server. optional. if not
supplied set the url as the env var |
token |
(character) we do not recommend passing your token
here as a string. Either pass it using |
a list with validation details
Requires valid Cromwell server URL to be set. See cromwell_settings
Amy Paguirigan, Scott Chamberlain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.