{% extends 'analysispage.html' %} {% block title %}Manage Project{% endblock %} {% block links %} Project: {{ project }} {% endblock %} {% block desc %}

Below are the different administrative tasks you can do as a manager.

{% endblock %} {% block innercontent %}
Edit Basic Settings

Edit the project name and description.

Edit Gene Lists

Add or remove previously defined gene lists from this project.

Edit Collaborators

Add new collaborators or modify permissions for existing collaborators.

Edit Individuals

Edit pedigrees of individuals in this project, or delete individuals.

Edit Family Groups

Manage the Family Groups in this project.

Edit Cohorts

Manage the Cohorts in this project.

{% endblock %}