{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Variant Search{% endblock %} {% block links %} Family: {{ family }}
Project: {{ project }} {% endblock %} {% block desc %}

This is the main search interface where you can search the genetic variants in a family for potential causal variants.

{% endblock %} {% block innercontent %} {% include 'family_warnings.html' %}
Search {% include "ajaxloader.html" %}   CANCEL SEARCH
{% include 'javascript.html' %} {% endblock %}