{% load custom_tags %} {% load static %} {% load static %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %} {% if display_form == "True" %}

Help

Get annotations from a list of orthogroups (comma sep?)

{% csrf_token %} {{ form.as_p }}
{% endif %} {% if envoi_annot %}

Number of orthogroups: {{ sum_group }}

{% for value in match_groups_data %} {% endfor %}
Orthogroup Genes Products Cogs Pfam
{{value.0}} {{value.1}} {{value.2|safe}} {{value.3|safe}} {{value.4|safe}} {{value.5|safe}}
{% endif %}
{% include "chlamdb/style_menu.html" %}