{% extends "base_hog.html" %} {% load staticfiles %} {% block title %}Similar HOGs based on phylogenetic profile for {{ fam.id }}{% endblock %} {% block contentTab %} {% if run_prof %}

This HOG has {{ sim_hogs|length }} similar HOGs:

{% include "includes/profileTable.html" %} {% else %} No HOG with a similar profile found. {% endif %} {% endblock contentTab %}