{% load static %} {% load crispy_forms_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %}

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 %}
{% if error %}
× Error:
    {% for error_msg in errors %}
  • {{error_msg}}
  • {% endfor %}
{% endif %} {% if envoi %} {% include "chlamdb/region.html" %} {% endif %}