PyBEL-Admin Documentation

A PyBEL extension for interacting with its database through Flask Admin.

Installation

Get the Latest

Download the most recent code from GitHub with:

$ python3 -m pip install git+https://github.com/pybel/pybel-admin.git

For Developers

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 .

Citation

If you use PyBEL in your work, please cite 1:

1

Hoyt, C. T., et al. (2017). PyBEL: a Computational Framework for Biological Expression Language. Bioinformatics, 34(December), 1–2.

Command Line Interface Usage

pybel-admin

PyBEL Admin on /home/docs/checkouts/readthedocs.org/user_builds/pybel-admin/envs/latest/bin/python using default connection sqlite:////home/docs/.pybel/pybel_0.13.0_cache.db

pybel-admin [OPTIONS]

Options

-c, --connection <connection>
-h, --host <host>
-p, --port <port>

Indices and tables