{% extends "base_template.html" %} {% load staticfiles %} {% block title %}OMA standalone: Export of public OMA data for OMA standalone{% endblock %} {% block meta_description %}Download selected species and precomputed homology data for OMA standalone{% endblock %} {% block meta_hook %} {% if file_result.state == "pending" or file_result.state == "running" %} {% endif %} {% endblock meta_hook %} {% block content %}

Export of Genomes and AllAll for OMA Standalone

Are you interested in annotating gene ontology functions to your own proteome? Here, we provide an easy way to project functions from the entire OMA Browser based on sequence similarity to your sequences

Gene Ontology Function Projection

The data we provide in here is intended to speed up the usage of the OMA Standalone package. The compressed tar-file must be deflated in the root directory of your analysis. Do not change these files in any way, i.e. shuffling the sequences, adding or removing any sequences or renamingany file, unless you understand what you do.

For this dataset you selected the genomes and the all-against-all alignments of the following species

    {% for g in genomes %}
  • {{ g }} {% endfor %}

Mailing list

If you would like to get notified about important information regarding OMA standalone (e.g. crucial bug fixes, new features, ...) please sign up for our low volume mailing list.
{% if file_result.state == "done" %}

Your dataset is now ready. You can download it from here.

{% else %}

Your dataset is currently being assembled. Its status is {{ file_result.state }}. Depending on the size of your requested dataset as well as the server load, this may still take some time. 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 'export-download' file_result.data_hash %}

This page gets automatically reloaded every {{ reload_every_x_sec }} secs or after pressing the refresh button

{% endif %}
{% endblock content %}