{%extends "base.html"%} {%from "flash_messages.html" import flash_messages%} {%block title%}Select Grouping/Population{%endblock%} {%block contents%}

Select grouping/population

We organise the samples/cases/strains in a hierarchichal form, starting with species at the very top. Under species, we have a grouping in terms of the relevant population (e.g. Inbred populations, cell tissue, etc.)


select grouping/population {{flash_messages("error-select-population")}}

OR

create new grouping/population {{flash_messages("error-create-population")}}
mandatory
Optional
{%endblock%} {%block javascript%} {%endblock%}