{% extends "base.html" %} {% set active_page = "position-converter" %} {% set page_title = "Position Converter" %} {% block content %}
Please supply the genome assembly which you want to use to convert your position.
Note: The Position Converter does NOT check the description or normalize it to HGVS. Use the Name Checker for this.
{% 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 chromosomal_description %}{{ chromosomal_description }}
{% for d in transcript_descriptions %}{{ d }}{% else %}
{% endfor %}