{{ variantDescription | safe }}

Export
{% for samplename, row in results_table.items() %} {% for cell in ["alt", "ref", "amb"] %} {% endfor %} {% endfor %}
Sample Alt Ref Amb
{{ samplename }}{{ row[cell] }}
{% for allele in ["alt", "ref", "amb"] %}

{% filter capitalize %}{{ allele }}{% endfilter %}

{% for sample in samples %}
{{ sample }}
{% if loop.first %}
{% endif %}
{% endfor %} {% for annotation in annotations %}
{{ annotation }}
{% endfor %}

{% endfor %} {% if insertSizeDistributions %} {% for name in insertSizeDistributions %} {% endfor %} {% endif %} {% if dotplots %} {% for name in dotplots %}

{{name}} dotplot

{% endfor %} {% endif %}