{% include "chlamdb/menu.html" %}
{% if display_form == "True" %}
{% block content %}
{% endblock %}
{% endif %}
{% if envoi_annot %}
{% endif %}
Help
Get annotations from a list of locus list (tab sep)
Number of orthogroups: {{ sum_group }}
Locus | Accession | Start | End | gene | product | present_n_genomes | group | length (aa) | COG ID | COG category | COG description | InterproScan |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{value.0}} | {{value.1}} | {{value.2|safe}} | {{value.3|safe}} | {{value.4|safe}} | {{value.5|safe}} | {{value.6|safe}} | {{value.7|safe}} | {{value.8|safe}} | {{value.9|safe}} | {{value.10|safe}} | {{value.11|safe}} | {% with locus2interpro|keyvalue:value.0 as interpro_data %}{% for one_interpro in interpro_data %} {% if one_interpro.0 != '-' %} {{one_interpro.0}} / {%else%} {{one_interpro.0}} {%endif%} {{one_interpro.1}} {% endfor %} {%endwith%} |