{% extends "base_template.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block title %}Mapping your protein sequences to OMA{% endblock %} {% block content %}

Fast Mapping

This Fast Mapping service takes as input a query sequence and identifies the closest sequence in OMA. Please upload a fasta formatted file with your sequences (may also be in gzip or bzip compressed format). Select the mapping method一 either closest sequence in all of OMA, or closest sequence in a specified target species.

Fast Mapping

{% bootstrap_messages %}
{% csrf_token %} {% bootstrap_form form layout="horizontal" %} {% buttons %} {% endbuttons %}
{% endblock content %}