AOP2DB Documentation

AOP2DB Documentation Status Stable Supported Python Versions Current build status Coverage Status

Package for compiling the adverse outcome pathway (AOP) data into a relational database. The data is publicly available at the AOP website.

Installation Current version on PyPI MIT

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.

Indices and tables