{% extends "layout_bs4.html" %} {% block content_main %}

Scout

Analyze VCFs quicker and easier


Scout allows you to browse VCFs in a web browser, identify compound pairs, and solve cases as a team.

Version {{ version }}

{% if current_user.is_authenticated %}

Welcome {{ current_user.name }}!

{% else %} {% if config.GOOGLE %} Login with Google {% elif config.LDAP_HOST %}
{{ form.hidden_tag() }}
{% else %}
{% endif %} {% endif %}
{% endblock %}