Last updated:
0 purchases
aop2db 0.3.1
Package for compiling the adverse outcome pathway (AOP) data into a relational database. The data is publicly available at the AOP website.
Installation
aop2db can be directly installed from PyPi with pip:
$ pip install aop2db
Usage
To load the data into a relational database:
$ aop2db load
To set the driver of your database:
$ aop2db conn mysql+pymysql://<user>:<password>@<server>/<database>
Disclaimer
AOP2DB is a scientific software that has been developed in an academic capacity, and thus comes with no warranty or
guarantee of maintenance, support, or back-up of data.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.