{%extends "base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Home{%endblock%} {%block pagetitle%}Home{%endblock%} {%block breadcrumb%} {%endblock%} {%block contents%}
{{flash_all_messages()}}

Welcome to the GeneNetwork Data Quality Control and Upload System. This system is provided to help in uploading your data onto GeneNetwork where you can do analysis on it.

Click on the menu items on the left to select the kind of data you want to upload.

{%block extrapageinfo%}{%endblock%}
{%endblock%}