{% extends "base_ancestralgenome.html" %} {% load static %} {% block title %}Information of genome {{genome_name}}{% endblock %} {% block contentTab %}
Common name:{{ genome_name }}
NCBI taxonomic identifier:{{ taxid }}
Number of ancestral genes:{{ nr_hogs }}
Number of descendant extant species:{{ nbr_species }}
Descendant extant species
{{ extant_genomes | json_script:"extant-genomes" }} {% endblock contentTab %}