{% extends "base_template.html" %} {% load staticfiles %} {% load oma_extras %} {% block title %}{% block titleTab %}Results for "{% if tokens %}{{ tokens | join:' AND ' }} {% else %}{{ query }} {% endif %}" {% endblock titleTab %}{% endblock %} {% block meta_description %}Disambiguate result page for OMA Browser query "{{ query }}"{% endblock %} {% block content %}

Search results matching "{% if tokens %}{{ tokens | join:' AND ' }} {% else %}{{ query }} {% endif %}"

{% if genome_term|length > 0 %}

Following term are used as genome or taxon filtering: {% for term in genome_term_link %} {% if term.1|length > 0 %} {{term.2.species}} [{{term.1}}] {% else %} {{term.2}} {% endif %} {% endfor %} ?

{% endif %}
{% if outdated_HOG %}
{%endif%} {% if meta_entry.shown == 0 and meta_group.shown == 0 and meta_genome.shown == 0 %}
{% endif %}
Proteins
{% if meta_entry.total <= 50 %} {{meta_entry.shown}} {% if meta_entry.shown == 1 %} entry {% else %} entries {% endif %} found {% else %} Best {{meta_entry.shown}} {% if meta_entry.shown == 1 %} entry {% else %} entries {% endif %} shown out of {{meta_entry.total}} entries {% endif %} {% if meta_entry.shown > 0%}
{% endif %}
{% if meta_entry.shown > 0%}
Protein ID Cross reference Taxon Domains HOG OMA Group Description Matching Crossreferences Matching sequences
{% endif %}

Orthologous Groups (OMA Groups & HOGs)
{% if meta_group.total <= 50 %} {{meta_group.shown}} {% if meta_group.shown == 1 %} orthologous group {% else %} orthologous groups {% endif %} found {% else %} Best {{meta_group.shown}} {% if meta_group.shown == 1 %} orthologous group {% else %} orthologous groups {% endif %} shown out of {{meta_group.total}} {% endif %} {% if meta_group.shown > 0%}
{% endif %}
{% if meta_group.shown > 0%}
Group ID Type Nr genes in Group Auxiliary Data
{% endif %}

Genomes
{{meta_genome.shown}} {% if meta_genome.shown == 1 %} genome {% else %} genomes {% endif %} found {% if meta_genome.shown > 0%} {% endif %}
{% if meta_genome.shown > 0%}
Code/Name Type NCBI Taxon ID # of Sequences/Genes Scientific Name Common Name Code Domains
{% endif %}

{% if meta_group.shown > 0 %} {% endif %} {% if meta_entry.shown > 0 %} {% endif %} {% if meta_genome.shown > 0 %} {% endif %} {% block js_formatter_hooks %}{% endblock %} {% endblock content %}