cromwell_logs | R Documentation |
Gets logs for a workflow in Cromwell
cromwell_logs(workflow_id, url = cw_url(), token = NULL)
workflow_id |
(character) A single workflow ID |
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 tibble with a variable number of forws; with columns:
callName (chr)
stderr (chr)
stdout (chr)
attempt (chr)
shardIndex (chr)
workflow_id (chr)
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.