{%extends "species/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Create Species{%endblock%} {%block pagetitle%}Create Species{%endblock%} {%block lvl2_breadcrumbs%} {%endblock%} {%block contents%}
Create Species {{flash_all_messages()}}
Provide the taxonomy ID for your species that can be used to link to external sites like NCBI. Enter the taxonomy ID and click "Search" to auto-fill the form with data.
While it is recommended to provide a value for this field, doing so is optional.
Provide the common, possibly non-scientific name for the species here, e.g. Human, Mouse, etc.
Provide the scientific name for the species you are creating, e.g. Homo sapiens, Mus musculus, etc.
This is a generic grouping for the species that determines under which grouping the species appears in the GeneNetwork menus
{%endblock%} {%block javascript%} {%endblock%}