{% load static %} {% load static %} {% get_static_prefix as STATIC_PREFIX %}
Putative interactors based on comparative analysis
{% if profile_match_eucl %}
Similar profiles (euclidean distances)
{{all_groups_profile_eucl|length}}
{% endif %} {% if profile_match_jac %}
Similar profiles (Jaccard distances)
{{all_groups_profile_jac|length}}
{% endif %} {% if neig_match %}
Conserved neighbors
{{all_groups_neig|length}}
{% endif %}
{% if not neig_match and not profile_match %} No predicted interactors {% endif %}