Description Usage Arguments Value References Examples
Get output paths associated with one or more workflow ids
1  | cromwellOutputs(ids, ...)
 | 
ids | 
 a character vector of Cromwell ids. See
  | 
... | 
 passed directly to httr 'POST' (for including 'timeouts', 'handles', etc.)  | 
a list of output lists.
https://github.com/broadinstitute/cromwell#get-apiworkflowsversionidoutputs
1 2 3 4 5 6 7  | ## Not run: 
res = cromwellQuery(terms=c(status='Succeeded',name='taskName'))
head(res)
outfilelist = cromwellOutputs(res$id)
str(outfilelist,list.len=5)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.