{% include 'navbar.html' %} {% load static %} EpiRegio


{{error_msg}}


{% if overlap %} {% endif %}
Query:{{query_string}}
Cell types/tissues:{{cell_types_string}}
Overlap:{{overlap}}%
Activity threshold: {{activ_thresh}}



{% if invalid_list|length > 0 %}

These are not valid inputs:

{% for invalid in invalid_list %} {{invalid}} {% endfor %}


{% endif %}
{% include 'footer.html' %}