{% load custom_tags %} {% load static %} {% load static %} {% load crispy_forms_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %} {% include "chlamdb/extract_nav_tabs_template.html" with type="orthology" active_tab="det" %}

Orthogroups shared by selected genomes

{% block content %} {% csrf_token %} {% crispy form %} {% endblock %}
{% if wrong_n_missing%}

Help

You cannot set a number of missing data bigger than the number of included genomes

{% elif no_match%}

No match

{% endif %} {% if envoi_extract %}
{% for value in table_headers %} {% endfor %} {% for value in match_groups_data %} {% for entry in value %} {% if forloop.first %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{value|safe}}
{{entry}}{{entry|safe}}
{% if show_reference_annot %} {% endif %}
{% for value in details_header %} {% endfor %} {% for entry in details_data %} {% for values in entry %} {% endfor %} {% endfor %}
{{value|safe}}
{{ values|safe }}
{% endif %}
{% include "chlamdb/style_menu.html" %} {% include "chlamdb/show_hide_plasmid_accessions.html" %}