Lasso peptide predictions
{{help_tooltip(tooltip, "lasso-body")}}
{% if not results %}
Lassopeptides - No core peptides found.
{% else %}
{% for locus in results | sort %}
Lassopeptide(s) for {{locus}} - Putative {{results[locus][0].peptide_subclass}}
{% for motif in results[locus] %}
- {{motif.get_name()}} leader / core peptide / cleaved tail
-
{{ motif.leader }}
-
{% for aa in motif.detailed_information.macrolactam -%}
{%- if aa == 'C' -%}
C
{%- else -%}
{{ aa }}
{%- endif -%}
{% endfor -%}
{%- for aa in (motif.core | replace (motif.detailed_information.macrolactam, '')) -%}
{%- if aa == 'C' -%}
C
{%- else -%}
{{ aa }}
{%- endif -%}
{% endfor -%}
{% if motif.tail %}
- {{motif.tail}}
{% endif %}
{% endfor %}
{% endfor %}
Legend:
Red: Putative macrolactam
Purple: Putative cleaved off residues
{% endif %}