:py:mod:`cwltool.cwlviewer`
===========================

.. py:module:: cwltool.cwlviewer

.. autoapi-nested-parse::

   Visualize a CWL workflow.



Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   cwltool.cwlviewer.CWLViewer




.. 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.



