Wiki

Clone wiki

OOMMPPAA / Dependencies

These are the known dependencies for the program:

Python 2.7.5
RDKit - 2013_09_1pre  (commit dad1e1db5b0045e11972d931a8701c52ea90bb43). This is important. It will break otherwise
OpenBabel - installed in the standard location
Tornado
Django-jfu
Django-concurrent-server
Django version 1.5.0
SQLite3
numpy
matplotlib
psycopg2

If these modules are working and installed the program should wor

Simply get the OOMMPPAA code:

#!bash
cd ~/
git clone https://abradley@bitbucket.org/abradley/oommppaa.git CHOC
Pull down the current database
#!bash
wget https://bitbucket.org/abradley/oommppaa/downloads/OOMMPPAA_db.db ~/CHOC/src/WebApp/data/OOMMPPAA_db.db

At this point you can use Tornado as a server. Simply type:

#!python
python runtornado.py --port 9001 --address 127.0.0.1

Or load data as outlined here

Updated