{% extends "layout.html" %} {% from "macros.html" import igv_open_file %} {% block title %}Statistics{% endblock %} {% block body %}
Sample | {% for a in attributes %}{{ a }} | {% endfor %}
---|---|
{{ igv_open_file('bam' + "/" + s.basename + '.bam', s.basename) }} | {% for a in attributes %}{{ s.attribute(a).decode() }} | {% endfor %}