{%extends "expression-data/index.html"%} {%from "flash_messages.html" import flash_messages%} {%from "species/macro-display-species-card.html" import display_species_card%} {%block title%}Select Grouping/Population{%endblock%} {%block contents%}

Select grouping/population

The data is organised in a hierarchical form, beginning with species at the very top. Under species the data is organised by population, sometimes referred to as grouping. (In some really old documents/systems, you might see this referred to as InbredSet.)

In this section, you get to define what population your data is to be organised by.

select grouping/population {{flash_messages("error-select-population")}}
Select the population for your data from the list below.
{%endblock%} {%block sidebarcontents%} {{display_species_card(species)}} {%endblock%} {%block javascript%} {%endblock%}