Core peptide predictions {{help_tooltip(tooltip, "sacti-side")}}
{% if results | length != 0 %}
{% for motifs in results.values() %} {%- for motif in motifs -%}
{{motif.get_name()}}
Putative sactipeptide
RODEO score: {{motif.score}}
Core sequence, approximate: {{motif.core}}
{%- endfor -%} {% endfor %}
{% else %}
No core peptides found.
{% endif %}