{% extends "base_genome.html" %} {% block title %}Information of genome {{genome.uniprot_species_code}}{% endblock %} {% block contentTab %} {% if genome.common_name %} {% endif %} {% if genome.uniprot_species_code %} {% endif %} {% if genome.ncbi_taxon_id %} {% endif %} {% if genome.release %} {% endif %} {% if genome.url %} {% endif %} {% if genome.nr_genes %} {% endif %} {% if genome.nr_entries %} {% endif %} {% if prot_in_group %} {% endif %} {% if prot_in_hogs %} {% endif %}
Common name:{{ genome.common_name }}
UniProt identifier:{{ genome.uniprot_species_code }}
NCBI Taxonomy ID:{{ genome.ncbi_taxon_id }}
DB Release:{{ genome.release }}
Information{{ genome.url | urlize }}
Number of genes:{{ genome.nr_genes }}
Number of proteins (all isoforms){{ genome.nr_entries }}
Proteins in OMA groups:{{ prot_in_group}}
Proteins in HOGs:{{ prot_in_hogs }}
{% endblock contentTab %}