Workflow

{{ text }}

Detailed software versions can be found under Rules.

Results

{% for cat, catresults in results|dictsort %} {% if cat is not none %} {% endif %} {% for res in catresults %} {% endfor %} {% endfor %}
File Size Description
{{ cat }}
{{ res.name }} {{ res.size|filesizeformat }} {{ res.caption }}

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 %}