{% load static %} {% load custom_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/comparison_header.html" %} {% if show_results %}

Help to interpret the results

{{ table_help|safe }}

Number of included genomes {{ included_taxids|length }}
Number of excluded genomes {{ excluded_taxids|length }}
Number of accepted missing data {{ n_missing }}
Number of {{ object_name_plural }} identified {{ n_hits }}
{% if show_circos_form %}
Show the comparison on circular map
{% csrf_token %}
{% endif %}
{% include "chlamdb/result_tabs.html" %}
{% endif %}
{% include "chlamdb/style_menu.html" %}