{% if filetype == "html" %} {% endif %}
{% if filetype == "html" %}
RiboMetric Summary {% for plot in plots %} {{plot.name}} {% endfor %}
{% endif %}
{% if filetype == "pdf" %} {% endif %}

RiboMetric Report

Analysis of {{file_names.bam}}{% if 'annotation' in file_names %} with {{file_names.annotation}}{% endif %}. Completed {{completion_time}}.

{{report_context.overall_status}}

{{report_context.interpretation}}

{% if report_context.top_cards %}
{% for metric in report_context.top_cards %}
{{metric.label}}
{{metric.score_label}} {{metric.status}}
{% endfor %}
{% endif %}

Metric Summary

{% for group in report_context.grouped_metrics %}

{{group.name}}

{% for metric in group.metrics %} {% endfor %}
MetricSummaryScoreStatus
{{metric.label}} {{metric.description}} {{metric.score_label}} {{metric.status}}
{% endfor %}
{% if filetype == "html" %}
{{summary.plot.fig_html}}
{% endif %}
{% for plot in plots %}

{{plot.name}}

{{plot.description}}

{% if filetype == "html" %} {{plot.fig_html}} {% elif filetype == "pdf" %} {% endif %}
{% endfor %}