{# Improved RiboMetric report template with better usability #} RiboMetric Report - {{sample_name}} {% if filetype == "html" %} {% endif %} {% if filetype == "html" %}
Executive Summary All Metrics {% for plot in plots %} {{plot.name}} {% endfor %}
{% endif %}

RiboMetric QC Report

Sample: {{sample_name}} | Completed: {{completion_time}} | Mode: {{mode}}

Executive Summary

{% if qc_status %}
QC Status: {{qc_status.overall_status}}

Recommendation: {{qc_status.recommendation}}

{% for check in qc_status.checks %}
{{check.metric|replace('_', ' ')|title}}
{{check.value|round(3)}}
● {{check.status}} (threshold: {{check.threshold_pass}})
{% endfor %}
{% else %}

No QC thresholds configured. Showing raw metrics.

{% for metric in summary.metrics[:6] %}
{{metric.name|replace('_', ' ')|title}}
{{metric.score|round(3)}}
{% endfor %}
{% endif %}
{% if filetype == "html" %} {{summary.plot.fig_html}} {% elif filetype == "pdf" %} {% endif %}

All Metrics

Complete table of all calculated metrics. Use the search box to filter.

{% for metric in all_metrics %} {% endfor %}
Metric Name Value Read Length/Region
{{metric.name}} {{metric.value}} {{metric.read_length_or_region}}
{% for plot in plots %}

{{plot.name}}

{{plot.description}}

{% if filetype == "html" %} {{plot.fig_html}} {% elif filetype == "pdf" %} {% endif %}
{% endfor %}
Generated by RiboMetric | Documentation
{% if filetype == "html" %} {% endif %}