Core peptide predictions
{{help_tooltip(tooltip, "sacti-side")}}
{% if motifs_by_locus %}
{% for motifs in motifs_by_locus.values() %}
{%- for motif in motifs -%}
- {{motif.get_name().rsplit("_", 1)[0]}}
- Putative sactipeptide
- RODEO score: {{motif.score}}
- Core sequence, approximate: {{motif.core}}
{%- endfor -%}
{% endfor %}
{% else %}
No core peptides found.
{% endif %}