Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 367 Bytes

Schistosoma mansoni lncRNA Database

How to develop for the Schisto LincRNA Database

mkvirtualenv site_xto -p python3
pip install -r requirements.txt
cd site_xto
python manage.py migrate
python manage.py createsuperuser
python manage.py load_gene_location

How to get the docker up and running

docker-compose build
docker-compose up