File: index.rst

package info (click to toggle)
cwl-utils 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,156 kB
  • sloc: python: 88,920; makefile: 141; javascript: 91
file content (44 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
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`