{{ variantDescription | safe }}
Export
Sample |
Alt |
Ref |
Amb |
{% for samplename, row in results_table.iteritems() %}
{{ samplename }} |
{% for cell in ["alt", "ref", "amb"] %}
{{ row[cell] }} |
{% endfor %}
{% endfor %}
{% for allele in ["alt", "ref", "amb"] %}
{% filter capitalize %}{{ allele }}{% endfilter %}
{% endfor %}
{% if insertSizeDistributions %}
{% for name in insertSizeDistributions %}
{% endfor %}
{% endif %}
{% if dotplots %}
{% for name in dotplots %}
{{name}} dotplot
{% endfor %}
{% endif %}