timming: Get a visual diagram of a running workflow

Description Usage Arguments Value Examples

View source: R/timming.R

Description

It will open a web page containing a javascript file which will render a Gantt chart for the requested workflow. The bars in the chart represent start and end times for individual task invocations.

Usage

1
2
3
4
5
6
7
timming(x, ...)

## S3 method for class 'character'
timming(x, id, version = "v1", ...)

## S3 method for class 'WorkflowIdAndStatus'
timming(x, ...)

Arguments

x

Cromwell API endpoint of WorkflowIdAndStatus object.

...

not used

id

A workflow ID.

version

Cromwell API Version.

Value

WorkflowOutputs object containing outputs and id.

Examples

1
2
3
4
5
6
7
8
## Not run: 
host <- "http://localhost:8000"
workflow <- system.file("extdata/workflow.wdl", package = "CromwellClient")
inputs <- system.file("extdata/inputs.json", package = "CromwellClient")
job <- submit(host, workflow, inputs)
timming(job)

## End(Not run)

labbcb/CromwellClient documentation built on Aug. 16, 2020, 9:11 p.m.