{% extends "base.j2.html" %} {% block title %}GEMINI query interface{% endblock %} {% block head %}{% endblock %} {% block body %}

GEMINI database:

{{dbfile}}


{%if tmp_file%} Click for results {% endif %}
{% if not igv_links_error %}
{% for row in rows %} {% if loop.index0 == 0 %} {%for col in row %} {% endfor %} {% endif %} {% if igv_links %} {% endif %} {%for col in row %} {% endfor %} {% endfor %}
{{col}}
{{ row[col]}}
{% else %}
Error: If requesting links to IGV, you must select chrom, start, and end.
{% endif %} {% endblock %}