

.. _examples.academic.artifacts:

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

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

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

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

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




Extending
---------

.. literalinclude:: ../../../examples/academic/artifacts/ext/artifacts_generators.py
    :start-at: import
    :caption: :file:`ext/artifacts_generators.py`

Running
-------

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

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

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/artifacts


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

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

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

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

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

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


Show artifacts
~~~~~~~~~~~~~~
Show artifacts, either generated or expected.

.. command-output:: woom show artifacts
    :cwd: ../../../examples/academic/artifacts
