{% load static %}
{% load static %}
{% get_static_prefix as STATIC_PREFIX %}
{% include "chlamdb/user.html" %}
{% include "chlamdb/menu.html" %}
{% if envoi %}
{% for key, value in classif_table.items %}
{{ key }} | {{ value }} |
{% endfor %}
|
locus tag |
hit accession |
kingdom |
phylum |
order |
family |
genus |
species |
evalue |
ID(%) |
query start |
query end |
description |
taxon_id |
{% for values in data %}
{{values.16}} |
{{values.0}} |
{{values.3}} |
{{values.4}} |
{{values.5}} |
{{values.6}} |
{{values.7}} |
{{values.8}} |
{{values.9}} |
{{values.10}} |
{{values.11}} |
{{values.12}} |
{{values.13}} |
{{values.14}} |
{{values.15}} |
{% endfor %}
{% endif %}