{% extends "layout.html" %} {% from "macros.html" import list_out, list_out_bytes, igv_link, ucsc_link, genemania_single_link, omim_link, thousandgenomes_link, ensemble_link %} {% block caption %}{% endblock %} {% block title %}SNP{% endblock %} {% block body %} {% for r in results %} {% endfor%}
Sample Purity
{{ r.sample }} {{ r.purity }}
{% endblock %}