Workflow

{{ text }}

Click the nodes to obtain details about each step.

{% for cat, subcats in results|dictsort %}

{{ cat.name }}

{% for subcat, catresults in subcats|dictsort %} {% if subcats|length > 1 or not subcat.is_other %}

{{ subcat.name }}

{% endif %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% endfor %}

Statistics

If the workflow has been executed in cluster/cloud, runtimes include the waiting time in the queue.
{% if configfiles %}

Configuration

{% for configfile in configfiles %} {% endfor %}
Configuration files
File Code
{{ configfile.name }}
{{ configfile.code()|safe }}
{% endif %}

Loading...