{%extends "base.html"%} {%from "flash_messages.html" import flash_messages%} {%block title%}Upload Samples{%endblock%} {%block css%}{%endblock%} {%block contents%}

upload samples

{{flash_messages("alert-success")}}

You can now 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 for the sample
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. Can be an empty field.
Alias
An alias for the sample. Can be an empty field.

upload samples
{{species.SpeciesName}} [{{species.MenuName}}]
{{population.Name}} [{{population.FullName}}]
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 content
Name Name2 Symbol Alias
Please make some selections to preview the data.
{%endblock%} {%block javascript%} {%endblock%}