{% include "head.html" %}
Looper: status
{{ navbar }}
Status by sample
Sample name
Status
Log file
Runtime
Peak memory use
{% for element in sample_paths %} {% set i = loop.index - 1 %}
{{ sample_link_names[i] }}
{{ flags[i] }}
{% if log_paths[i] is none %}
NA
{% else %}
{{ log_link_names[i] }}
{% endif %}
{{ times[i] }}
{{ mems[i] }}
{% endfor %}