{% extends 'base.html' %} {% block content %}


My Projects

{% if user.is_staff %} {% endif %} {% for project in projects %} {% if user.is_staff %} {% endif %} {% endfor %}
Project CreatedLast Accessed
{{ project }}

{{ project.description }}

{{project.created_date|date:"m/d/Y"}}{{ project.last_accessed_date|date:"m/d/Y" }}


Gene Information
Gene Summary Information

Look up the reference data for a gene



Gene Lists

View currently available gene lists or create a new one

{% if user.is_staff %}
matchbox manager

Translate matchbox IDs into seqr sample IDs and view Matchmaker submission information.


matchbox metrics dashboard

View a snapshot of matchbox usage metrics.

{% endif %}
{% endblock %}