{% include "head.html" %} Looper: {{ sample_name }} {{ navbar }}

Sample name: {{ sample_name }}

{% if log_file_path is none %} Log file {% else %} Log file {% endif %} {% if profile_file_path is none %} Pipeline profile {% else %} Pipeline profile {% endif %} {% if commands_file_path is none %} Pipeline commands {% else %} Pipeline commands {% endif %} {% if stats_file_path is none %} Stats summary file {% else %} Stats summary file {% endif %}


Looper stats summary

{% for row_name, row_value in sample_stats.items() %} {% endfor %}
{{ row_name }} {{ row_value }}
{% if links[0] is defined or figures[0] is defined %}

{{ sample_name }} objects

{% endif %} {% if links[0] is defined %}
Links
{% for link in links %} {{ link[0] }} {% endfor %}
{% endif %} {% if figures[0] is defined %}
Figures
{% for figure in figures %} {% set i = loop.index - 1 %}
Fig.{{ i }} {{ figure[1] }}
{% endfor %} {% endif %}