{% extends 'report/layouts/base.html' %} {% block js_btm %} {{ super() }} {% endblock %} {% block main %}
| Gene | Transcript | Sample | Completeness {{ level }}x [%] |
|---|---|---|---|
| {{ stat.transcript.gene_name or stat.transcript.gene_id }} | {{ stat.transcript_id }} | {{ stat.sample.name }} | {{ stat|attr("completeness_%s"|format(level))|round(2) }} |
| No transcripts found or level not annotated. | |||