A python library for BiGGr Models that facilitates using its API. It aims to make all of the information in the database available where it is most useful: directly in your python script, application, or cobrapy project.
This project is still very incomplete and only provides some basic functionality.
The library is only available through GitHub for now.
- Clone this repository
- Install the requirements using:
pip install -r requirements.txt
- Install the library using:
python setup.py install
Python notebooks with example usages are available in the notebooks directory.
Documentation is available here.