{% include "chlamdb/menu.html" %}
{% if error %}
{% endif %}
{% if envoi %}
{% include "chlamdb/region.html" %}
{% endif %}
Plot genomic features in the neighborhood of a target locus
×
Note! If the target locus has no homolog in the selected genome(s), the plot cannot be drawn (it will only display the reference locus region).
{% block content %}
{% csrf_token %}
{% crispy form %}
{% endblock %}
×
Error:
-
{% for error_msg in errors %}
- {{error_msg}} {% endfor %}