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

Add Functional data

Before adding functional data descriptions for GO terms and InterPro domains need to be added. Using the form below upload the latest GO (OBO file) and InterPro definitions (XML format)

{{ form.csrf_token }}

File with GO descriptions and relations, in OBO format, can be obtained from the Gene Ontology Consortium. Note that the .obo file can be compressed (gzip).

File with InterPro descriptions and relations, in XML format, can be obtained from the EBI InterPro. The XML file should not be compressed.

Help
GO terms and InterPro domain descriptions need to be imported prior to importing functional annotation per species. These can be obtained from th Gene Ontology Consortium and EBI InterPro.
{% endif %} {% endblock %} {% block tail %} {% endblock%}