{%extends "samples/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "populations/macro-select-population.html" import select_population_form%} {%from "populations/macro-display-population-card.html" import display_population_card%} {%block title%}Samples — Upload Samples{%endblock%} {%block pagetitle%}Samples — Upload Samples{%endblock%} {%block lvl4_breadcrumbs%} {%endblock%} {%block contents%} {{flash_all_messages()}}

You can now upload the samples for the "{{population.FullName}}" population from the "{{species.FullName}}" species here.

Upload a character-separated value (CSV) file that contains details about your samples. The CSV file should have the following fields:

Name
The primary name/identifier for the sample/individual.
Name2
A secondary name for the sample. This can simply be the same as Name above. This field MUST contain a value.
Symbol
A symbol for the sample. This can be a strain name, e.g. 'BXD60' for species that have strains. This field can be left empty for species like Humans that do not have strains..
Alias
An alias for the sample. Can be an empty field, or take on the same value as that of the Symbol.

upload samples
If you select 'Other' for the field separator value, enter the character that separates the fields in your CSV file in the form field below.
Select this if the first line in your file contains headings for the columns.
If there is a character delimiting the string texts within particular fields in your CSV, provide the character here. This can be left blank if no such delimiters exist in your file.

Preview File Content

preview content
Name Name2 Symbol Alias
Please make some selections in the form above to preview the data.
{%endblock%} {%block sidebarcontents%} {{display_population_card(species, population)}} {%endblock%} {%block javascript%} {%endblock%}