Fork of https://github.com/chapmanb/biosqlweb which was build using pylons. This project is ported to pyramid so you can run it locally without Google Apps Engine
- Clone repo
$> git clone https://github.com/VDBWRAIR/biosql_pyramid
$> cd biosql_pyramid
- Get virtualenv setup(Optional, but recommended)
$> virtualenv .
$> . bin/activate
- Install project and all dependencies
$> python setup.py install
- Initialize database
$> ./initdb.py
- Load some data from GenBank
Create file called accession.lst with gi numbers or accessions(one per line) There is an example included with the following content
KF824902
KF824903
JF504679
Load it up
$> ./loadseqs.py accessions.lst
- Startup the server and have it open up browser
pserve development.ini -b