Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 360 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 360 Bytes

TFBS database

Install

create database tfbs; grant all privileges on database tfbs to dj_ango;

Populate

python manage.py syncdb python manage.py loaddata main/fixtures/genes.json python manage.py loaddata main/fixtures/motifs.json cd data ./connect_genes.py ./make_tfbs.py

Start server

python manage.py runserver