{%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
{%endblock%} {%block javascript%} {%endblock%}