{{record.seq_record.name}} - Region {{region.get_region_number()}} - {{region.get_product_string()}} {{help_tooltip(svg_tooltip, "region_svg")}}
Download region SVG
{{region.description_text()}}
{% if region.detection_rules %}
Show pHMM detection rules used
{% endif %}
{% if region.contig_edge %}
{% if region.detection_rules %}
Region on contig edge.
{% endif %}
{{- region.detection_rules|join('
'|safe) -}}
{% endif %}
'|safe) -}}
Legend:
{{le.legend('legend-type-biosynthetic', 'core biosynthetic genes')}}
{{le.legend('legend-type-biosynthetic-additional', 'additional biosynthetic genes')}}
{{le.legend('legend-type-transport', 'transport-related genes')}}
{{le.legend('legend-type-regulatory', 'regulatory genes')}}
{{le.legend('legend-type-other', 'other genes')}}
{% call le.symbol_legend('legend-resistance', 'resistance') %}
{% endcall %}
{% if tta_name in results and record.get_gc_content() >= options.tta_threshold %}
{% call le.symbol_legend('legend-tta-codon', 'TTA codons') %}
{% endcall %}
{% endif %}
{% if tfbs_name in results %}
{% call le.static_symbol_legend('legend-binding-site', 'binding site') %}
{% endcall %}
{% endif %}
{% if region.has_subregion_by_tool("cassis") %}
{{le.static_legend('legend-border-cassis', 'cluster extent as predicted by CASSIS')}}
{% endif %}