1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
======================================================
Python classes for loading, manipulating CWL documents
======================================================
This is the reference implementation of the Common Workflow Language. It is
intended to be feature complete and provide comprehensive validation of CWL
files as well as provide other tools related to working with CWL.
Modules
=======
.. toctree::
:maxdepth: 2
:caption: Contents:
autoapi/index
Included Utility Programs
=========================
.. autoprogram:: cwl_utils.cite_extract:arg_parser()
:prog: cwl-cite-extract
.. autoprogram:: cwl_utils.docker_extract:arg_parser()
:prog: cwl-docker-extract
.. autoprogram:: cwl_utils.expression_refactor:arg_parser()
:prog: cwl-expression-refactor
.. autoprogram:: cwl_utils.graph_split:arg_parser()
:prog: cwl-graph-split
.. autoprogram:: cwl_utils.normalizer:arg_parser()
:prog: cwl-normalizer
.. autoprogram:: cwl_utils.inputs_schema_gen:arg_parser()
:prog: cwl-inputs-schema-gen
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|