legumeinfo / ArachisPheno

AraPheno source code for http://arapheno.1001genomes.org
MIT License
0 stars 0 forks source link

Restore Download Database feature #28

Open svengato opened 3 years ago

svengato commented 3 years ago

Requires updating the database.zip, using
python manage.py generate_database_dump to keep it current.

svengato commented 3 years ago

To create database.zip,

cd ~/ArachisPheno  
source env/bin/activate  
(env) cd xxxpheno  
(env) python manage.py generate_database_dump  
(env) deactivate

This generates the database dump at ~/ArachisPheno/static/database.zip.