Skip to content

Commit

Permalink
Basic documentation of CWL export feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 21, 2024
1 parent 0503d8e commit 9109e45
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
Binary file added docs/_images/introduction/CWL-4K.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions docs/about/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can run OpenMS TOPP tools from the command line using your custom scripts, o
workflow systems designed to make workflow creation and maintenance more fun, find out more in :ref:`workflows`.

.. list-table::
:widths: 25 25 25 25
:widths: 20 20 20 20 20
:class: borderless only-light
:align: center

Expand All @@ -35,9 +35,13 @@ workflow systems designed to make workflow creation and maintenance more fun, fi
:target: ../getting-started/toppas-get-started.html
:width: 90%

- .. image:: /_images/introduction/CWL-4k.png
:target: ../getting-started/cwl-get-started.html
:width: 90%


.. list-table::
:widths: 25 25 25 25
:widths: 20 20 20 20 20
:class: borderless only-dark
:align: center

Expand All @@ -57,6 +61,9 @@ workflow systems designed to make workflow creation and maintenance more fun, fi
:target: ../getting-started/toppas-get-started.html
:width: 90%

- .. image:: /_images/introduction/CWL-4K.png
:target: ../getting-started/cwl-get-started.html
:width: 90%

Graphical and Command-Line Tools
--------------------------------
Expand Down
10 changes: 10 additions & 0 deletions docs/getting-started/cwl-get-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Common Workflow Language
========================

The Common Workflow Language is a set of free and open standards for describing
command-line tool and workflows made from those tool descriptions.

Every OpenMS tool from version 3.2 onwards can self-generate a CWL tool description
using the `-write_cwl` option.

For example: `PeakPickerHiRes -write_cwl PeakPickerHiRes.cwl`
22 changes: 21 additions & 1 deletion docs/getting-started/workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,25 @@ workflow systems designed to make workflow creation and maintenance more fun:

OpenMS' build-in workflow system, with limited capabilities but easy to use and tailored to TOPP tools.

.. grid-item-card:: CWL
:img-top: /_images/introduction/CWL-4K.png
:link: /getting-started/cwl-get-started
:link-type: doc
:class-card: only-light
:class-img-top: halfwidth
:columns: 12

The Common Workflow Language standards are automatically supported by every OpenMS tool from version 3.2 and onwards.

.. grid-item-card:: CWL
:img-top: /_images/introduction/CWL-4K.png
:link: /getting-started/cwl-get-started
:link-type: doc
:class-card: only-dark
:class-img-top: halfwidth
:columns: 12

The Common Workflow Language standards are automatically supported by every OpenMS tool from version 3.2 and onwards.

.. toctree::
:maxdepth: 1
Expand All @@ -109,4 +128,5 @@ workflow systems designed to make workflow creation and maintenance more fun:
/getting-started/knime-get-started.md
/getting-started/nextflow-get-started.md
/getting-started/galaxy-get-started.md
/getting-started/toppas-get-started.md
/getting-started/toppas-get-started.md
/getting-started/cwl-get-started.md

0 comments on commit 9109e45

Please sign in to comment.