Early Embryo Localizome Web Interface
Django site for a genomics project examining the localization patterns of proteins in the Caenorhabditis elegans early embryo.
Code
The project is organized the standard Django way, with most code in Python.
Python version is listed in runtime.txt. Python package dependencies, including Django, are listed in requirements.txt.
HTML is in the Django template language.
Javascript uses jQuery.
Database
Click here to view the database schema on Lucidchart (or here to download a PDF).
Installation
See INSTALL.md.