{% extends "index_page.html" %} {% block title %}Trait Submission{% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}

{{ message|safe }}

{% endfor %} {% endif %} {% endwith %}

Edit Sample Data

Download a spreadsheet of sample values to edit in Excel (or a similar program) and then upload the edited file

Click to Download Sample Data

Edit Metadata

{% if sample_list|length < 2000 %}

Type "x" to delete a value.

{% for sample in sample_list %} {% endfor %}
ID Sample Value SE N
{{ loop.index }} {{ sample }} ±
{% endif %}
{%endblock%} {% block js %} {% endblock %}