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

.. py:module:: cwltool.cwlviewer

.. autoapi-nested-parse::

   Visualize a CWL workflow.



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

Classes
~~~~~~~

.. autoapisummary::

   cwltool.cwlviewer.CWLViewer




Attributes
~~~~~~~~~~

.. autoapisummary::

   cwltool.cwlviewer.quote_id_if_necessary


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



