{% extends "base_template.html" %} {% load staticfiles %} {% block title %}Mapping your protein sequences to OMA{% endblock %} {% block meta_description %}Mapping your own protein sequences to OMA using a fast kmer based approach.{% endblock %} {% block meta_hook %} {% if file_result.state == "pending" or file_result.state == "running" %} {% endif %} {% endblock meta_hook %} {% block content %}
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 'fastmapping-download' file_result.data_hash %}
This page gets automatically reloaded every {{ reload_every_x_sec }} secs or after pressing the refresh button
{% endif %}