Wiki

Clone wiki

WONKA / Dependencies

These are the known dependencies for the program:

Python 2.7.5
RDKit
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 WONKA code:

#!bash
cd ~/
git clone https://abradley@bitbucket.org/abradley/wonka.git CHOC
Pull down the current database
#!bash
wget https://bitbucket.org/abradley/oommppaa/downloads/WONKA_db.db ~/CHOC/src/WebApp/data/WONKA_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