Get output paths associated with one or more workflow ids
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
## Not run: ------------------------------------ # res = cromwellQuery(terms=c(status='Succeeded',name='taskName')) # head(res) # outfilelist = cromwellOutputs(res$id) # str(outfilelist,list.len=5) ## ---------------------------------------------