{% extends "base_template.html" %} {% load staticfiles %} {% block title %}OMA: Export of marker genes{% endblock %} {% block meta_description %}Download marker genes for a set of species of your choice{% endblock %} {% block meta_hook %} {% if file_result.state == "pending" or file_result.state == "running" %} {% endif %} {% endblock meta_hook %} {% block content %}

Export of Marker Genes


Marker genes can be used to estimate species tree from a set of OMA Groups. The OMA Groups in this dataset have been selected for maximum species coverage for the species you selected. For each group, we provide a fasta file with unaligned sequences.

{% 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 }}. 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 'marker_genes' file_result.data_hash %}

This page gets automatically reloaded every 20 secs or after pressing the refresh button

{% endif %}
{% endblock content %}