cwltool.cwlviewer

Visualize a CWL workflow.

Module Contents

Classes

CWLViewer

Produce similar images with the https://github.com/common-workflow-language/cwlviewer.

class cwltool.cwlviewer.CWLViewer(rdf_description)

Produce similar images with the https://github.com/common-workflow-language/cwlviewer.

Parameters:

rdf_description (str) –

get_dot_graph()

Get the dot graph object.

Return type:

pydot.Graph

dot()

Get the graph as graphviz.

Return type:

str