

.. _examples.academic.all_stages:

.. include:: ../../../examples/academic/all_stages/README.rst

Path: :file:`examples/academic/all_stages`.

Configuring
-----------

.. literalinclude:: ../../../examples/academic/all_stages/workflow.cfg
    :language: ini
    :caption: :file:`workflow.cfg`

.. literalinclude:: ../../../examples/academic/all_stages/tasks.cfg
    :language: ini
    :caption: :file:`tasks.cfg`

.. literalinclude:: ../../../examples/academic/all_stages/hosts.cfg
    :language: ini
    :caption: :file:`hosts.cfg`


Running
-------

Overview
~~~~~~~~
Let's have an overview of stages before running the workflow.

.. command-output:: woom show overview
    :cwd: ../../../examples/academic/all_stages

Dry run
~~~~~~~
Now let's run the workflow in test (dry) and debug modes.

.. command-output:: woom run --log-no-color --log-level debug --dry-run
    :cwd: ../../../examples/academic/all_stages


Normal run
~~~~~~~~~~
And finally in run it.

.. command-output:: woom run --log-no-color
    :cwd: ../../../examples/academic/all_stages

Check status
~~~~~~~~~~~~
Check what is running or finished.

.. command-output:: woom show status
    :cwd: ../../../examples/academic/all_stages

Show run directories
~~~~~~~~~~~~~~~~~~~~
Show where tasks were executed.

.. command-output:: woom show run_dirs
    :cwd: ../../../examples/academic/all_stages


