{% extends 'admin/my_base.html' %} {% block body %} {% if form %}

Add Trees (from OrthoFinder output)

{{ form.csrf_token }}
{{ form.gene_family_method_id.label }} {{ form.gene_family_method_id(class_="form-control") }}
{{ form.description.label }} {{ form.description(class_="form-control") }}
Help
Adds trees generated using OrthoFinder. Select the a gzip archive that contains the trees from orthofinder.
{% endif %} {% endblock %} {% block tail %} {{ super() }} {% endblock%}