{% set vars = {'is_first': True} %} {% for item in range(all_stats_dicts["SYNTENY_CIRCOS"]|length) %} {% set active_text = 'display: block' if vars.is_first else 'display: none' %}
{{ all_stats_dicts['SYNTENY_CIRCOS'][item]['tag.on.tag'] }}
{% if all_stats_dicts['SYNTENY_CIRCOS'][item]['is_plot_empty'] %}

Either no alignments were detected between the target and reference assemblies, or all the alignment bundles were filtered out 😔

{% else %}
{% endif %}
{% if vars.update({'is_first': False}) %} {% endif %} {% endfor %}