nboley/pyDNAbinding

setup

Opened this issue · 0 comments

After I run

python setup.py install

/pyDNAbinding/shape_data and files in that directory were not installed. And I should manually copy it to

xxx/site-packages/pyDNAbinding-0.1.1-py2.7-linux-x86_64.egg/pyDNAbinding/

to make the package work. Hope this problem can be solved.
And what you haven't mentioned is that this package requires cython matplotlib pyyaml shapely in addition to

'install_requires': [ 'scipy', 'numpy', 'psycopg2' ]

in setup.py.
The problem of Lin An in DB.py about mitra and cisdb (conn = psycopg2.connect("host=mitra dbname=cisbp")) still exists.