Workflow

{{ text }}

Detailed software versions can be found under Rules.

Results

{% for cat, catresults in results|dictsort %} {% if cat %}

{{ cat }}

{% endif %} {% for res in catresults %}

{{ res.name }} Download

{{ res.caption }}
{% if res.is_img %} {% endif %}
{% endfor %} {% endfor %}

Statistics

If the workflow has been executed in cluster/cloud, runtimes include the waiting time in the queue.

Rules

{% for rule in rules %} {% endfor %}
Rule Jobs Output Singularity Conda environment
{{ rule.name }} {{ rule.n_jobs }}
    {% for f in rule.output %}
  • {{ f }}
  • {% endfor %}
{{ rule.singularity_img_url if rule.singularity_img_url is not none }} {% if rule.conda_env %}
    {% for dep in rule.conda_env["dependencies"] %}
  • {{ dep }}
  • {% endfor %}
{% endif %}