Lanthipeptide predictions
{{help_tooltip(tooltip, "lanthi-body")}}
{% if not results %}
Lanthipeptides - No core peptides found.
{% else %}
{% for locus in results | sort %}
Lanthipeptide(s) for {{locus}} - Putative {{results[locus][0].peptide_subclass}}
{% for motif in results[locus] %}
-
{{motif.get_name()}} leader / core peptide
-
{{ motif.leader }}
-
{% for aa in motif.core -%}
{%- if aa == 'S' -%}
Dha
{%- elif aa == 'T' -%}
Dhb
{%- elif aa == 'C' -%}
C
{%- else -%}
{{ aa }}
{%- endif -%}
{% endfor -%}
{% endfor %}
{% endfor %}
Legend:
Dha: Didehydroalanine
Dhb: Didehydrobutyrine
{% endif %}