{% extends "master.html" %} {% block title %}Submit a Tree - PhyloCommons{% endblock %} {% block leftmenu %} {% include "tree_menu.html" %} {% endblock %} {% block nav-trees %}class="active"{% endblock %} {% block content %}
{% csrf_token %} {{ form.non_field_errors }}
{{ tree_uri }}
{{ form.tree_id }} {{ form.tree_id.errors }}
{{ form.format }} {{ form.format.errors }}
{{ form.tree_file }} {{ form.tree_file.errors }}
{{ form.doi }} {{ form.doi.errors }}


Tree ID
Give your tree a short but descriptive ID. You can use letters, numbers, dashes, and underscores. Tree IDs are case sensitive. This will be used to generate the tree's URI: {{ domain }}/trees/(tree_id)
Tree format
The format of the tree being added. If the tree file is unable to be parsed, it will not be added and will instead return an error.
Tree file:
A text file containing the tree(s).
{% endblock%}