cwltool.cwlviewer ================= .. py:module:: cwltool.cwlviewer .. autoapi-nested-parse:: Visualize a CWL workflow. Attributes ---------- .. autoapisummary:: cwltool.cwlviewer.quote_id_if_necessary Classes ------- .. autoapisummary:: cwltool.cwlviewer.CWLViewer Module Contents --------------- .. py:data:: quote_id_if_necessary .. py:class:: CWLViewer(rdf_description) Produce similar images with the https://github.com/common-workflow-language/cwlviewer. .. py:method:: get_dot_graph() Get the dot graph object. .. py:method:: dot() Get the graph as graphviz.