{% import 'dashboard_macros.html' as dashboard %} {{page_title}} - Dashboard - antiSMASH results
Dashboard | Detailed Results
{{page_title}} — Biosynthetic Gene Cluster Summary
{{ dashboard.stat_card("Total Records", data.summary.total_records) }} {{ dashboard.stat_card("Records with BGCs", data.summary.records_with_bgcs) }} {{ dashboard.stat_card("Total BGCs", data.summary.total_bgcs) }} {{ dashboard.stat_card("Complete BGCs", data.summary.complete_bgcs) }}
{% if data.summary.total_bgcs > 0 %}
BGC Distribution
Advanced Filters
All Biosynthetic Gene Clusters ({{data.bgc_table | length}})
{% if has_taxonomy %}{% endif %}
RecordTaxonomyRegion Type Category From To Length Genes On Edge Most Similar Known Cluster
{% else %}
No biosynthetic gene clusters were found in the input.
{% endif %}
{% include 'footer.html' %}