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

Help

Get annotations from a list of locus list (tab sep)

{% block content %}
{% csrf_token %}
{{ form.locus_list|as_crispy_field }}
{{ form.circos_target|as_crispy_field }}
{% endblock %}
{% endif %} {% if envoi_annot %}

Number of orthogroups: {{ sum_group }}

{% for value in locus_annot %} {% with locus2interpro|keyvalue:value.0 as interpro_data %} {% endfor %}
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}} {% for one_interpro in interpro_data %} {% if one_interpro.0 != '-' %} {{one_interpro.0}} / {%else%} {{one_interpro.0}} {%endif%} {{one_interpro.1}}
{% endfor %} {%endwith%}
{% endif %}
{% include "chlamdb/style_menu.html" %}