{# The base template for the RiboMetric report #} RiboMetric results {% if filetype == "html" %} {% endif %} {% if filetype == "html" %} {% elif filetype == "pdf" %} {% endif %} {% if filetype == "html" %}

RiboMetric

{% for plot in plots %} {{plot.name}} {% endfor %}
{% endif %}

RiboMetric Report

Results from your RiboMetric analysis of {{file_names.bam}}{% if 'annotation' in file_names %} with {{file_names.annotation}} as annotation{% endif %}, completed at {{completion_time}}

Summary Report

{% for metric in summary.metrics %} {% endfor %}
{{metric.name}} {{metric.score}}
{% if filetype == "html" %} {{summary.plot.fig_html}} {% elif filetype == "pdf" %} {% endif %}
{% for plot in plots %}

{{plot.name}}

{{plot.description}}

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