RiboMetric Report
{{report_context.overall_status}}{{report_context.interpretation}}
{# ── Context strip ───────────────────────────────────────── #} {% if report_context.context_strip %}
Library type {{report_context.context_strip.library_type}}
Dominant read length {{report_context.context_strip.dominant_read_length}}
Total reads {{report_context.context_strip.total_reads}}
Annotation {{report_context.context_strip.annotation}}
{% endif %}
{% if report_context.tier_sections %}
{% for section in report_context.tier_sections %}
{% endfor %}
{% else %}
{# fallback: old grouped layout if tier data is absent #}
{% endfor %}
{% endif %}
{% if filetype == "html" %}
{{section.heading}}
{{section.subtitle}}
| Metric | Raw value | Score | Status |
|---|---|---|---|
|
{{metric.label}}
{{metric.description}}
|
{{metric.raw_label}} | {{metric.score_label}} | {{metric.status}} |
Metric Summary
{% for group in report_context.grouped_metrics %}{{group.name}}
| Metric | Raw | Score | Status |
|---|---|---|---|
| {{metric.label}} | {{metric.raw_label}} | {{metric.score_label}} | {{metric.status}} |
{{summary.plot.fig_html}}
{% endif %}
Diagnostics
These values describe shape, context, or experiment-specific behaviour. They are shown as raw measurements — not scored — because their interpretation depends on protocol or library type.
| Metric | Value | Note |
|---|---|---|
| {{d.label}} | {{d.raw_label}} | {% if d.caption %}{{d.caption}}{% endif %} |
{{plot.name}}
{{plot.description}}
{% if filetype == "html" %}
{{plot.fig_html}}
{% elif filetype == "pdf" %}
{% endif %}