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 %}
{% endfor %}
{% else %}
{{check.metric|replace('_', ' ')|title}}
{{check.value|round(3)}}
● {{check.status}} (threshold: {{check.threshold_pass}})
No QC thresholds configured. Showing raw metrics.
{% for metric in summary.metrics[:6] %}
{% endfor %}
{% endif %}
{{metric.name|replace('_', ' ')|title}}
{{metric.score|round(3)}}
{% 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.
| Metric Name | Value | Read Length/Region |
|---|---|---|
| {{metric.name}} | {{metric.value}} | {{metric.read_length_or_region}} |
{{plot.name}}
{{plot.description}}
{% if filetype == "html" %} {{plot.fig_html}} {% elif filetype == "pdf" %}
Generated by RiboMetric |
Documentation