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

Add GO to sequences

{{ form.csrf_token }}
{{ form.species_id.label }} {{ form.species_id(class_="form-control") }}
{{ form.source.label }} {{ form.source(class_="form-control") }}
Help
Example input: three columns are required (tab delimited), the sequence identifier, the GO term and the evidence code for that term.

Gene1 GO:0004621 IEA
Gene1 GO:0004622 IEA
Gene2 GO:0000227 ISS
...
{% endif %} {% endblock %} {% block tail %} {{ super() }} {% endblock%}