cwltool.cwlviewer
¶
Visualize a CWL workflow.
Module Contents¶
Classes¶
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(self)¶
Get the dot graph object.
- Return type
pydot.Graph
- dot(self)¶
Get the graph as graphviz.
- Return type
str