{% extends "base_template.html" %} {% load staticfiles %} {% block title %}Predicting GO Functions{% endblock %} {% block meta_description %}Annotated your proteome with Gene Ontology terms based on OMA{% endblock %} {% block meta_hook %} {% if file_result.state == "pending" or file_result.state == "running" %} {% endif %} {% endblock meta_hook %} {% block content %}
The service identifies the closest sequence in a very quick manner and assigns the known GO annotations to it. We return a gaf2.1 formatted file to you that contain all the annotations and as well the source protein from which the function has been projected from.
{% if file_result.state == "done" %}Your dataset is now ready. You can download it from here.
Your dataset is currently being prepared. Its status is "{{ file_result.state }}". Depending on the size of the uploaded dataset, this may take another couple of minutes. Once the file is ready, we will store it for 7 days. You can come back to this page using this link: {{ request.get_host }}{% url 'function-projection' file_result.data_hash %}
This page gets automatically reloaded every {{ reload_every_x_sec }} secs or after pressing the refresh button
{% endif %}