{% extends "base.html" %} {% set active_page = "back-translator" %} {% set page_title = "Back Translator" %} {% block content %}
Please note that this is an experimental service.
Back translation from amino acid substitutions to nucleotide substitutions.
The underlying algorithm is also available as a command line utility and programming library (source, package).
Please supply an amino acid substitution.
{% if description %}{{ m.description }}
{% elif m.class == "warning" %}{{ m.description }}
{% elif m.class == "information" %}{{ m.description }}
{% elif m.class == "debug" %}{{ m.description }}
{% endif %} {% endfor %} {% if summary == "0 Errors, 0 Warnings." %}{{ summary }}
{% else %}{{summary}}
{% endif %} {% if not errors %}{{ description }}
{{ variant }}