Skip to content

bio2bel/drugbank

Repository files navigation

Bio2BEL DrugBank Build Status Coverage Status Documentation Status Zenodo DOI

Converts DrugBank 5.0 to BEL.

Installation Current version on PyPI Stable Supported Python Versions MIT License

bio2bel_drugbank can be installed easily from PyPI with the following code in your favorite terminal:

$ python3 -m pip install bio2bel_drugbank

or from the latest code on GitHub with:

$ python3 -m pip install git+https://github.com/bio2bel/drugbank.git@master

Setup

Warning

DrugBank requires a bit of downloading and file organization. Will be documented soon.

Python REPL

>>> import bio2bel_drugbank
>>> drugbank_manager = bio2bel_drugbank.Manager()
>>> drugbank_manager.populate()

Command Line Utility

bio2bel_drugbank populate

Citations