A PyBEL extension for interacting with its database through Flask Admin.
Download the most recent code from GitHub with:
$ python3 -m pip install git+https://github.com/pybel/pybel-admin.git
Clone the repository from GitHub and install in editable mode with:
$ git clone https://github.com/pybel/pybel-admin.git
$ cd bio2bel
$ python3 -m pip install -e .
PyBEL-Admin installs a command pybel-admin
that can be directly called
from the console. Alternatively, it can
be run as a Python module with:
$ python3 -m pybel_admin
The options --host
and --port
can be used to change these default
parameters from localhost
and 5000
, respectively.
If you use PyBEL in your work, please cite:
[1] | Hoyt, C. T., et al. (2017). PyBEL: a Computational Framework for Biological Expression Language. Bioinformatics, 34(December), 1–2. |