py-vectorbase-rest

Adaptation of pyEnsemblRest to work with VectorBase by default.


License
GPL-3.0
Install
pip install py-vectorbase-rest==0.1.2

Documentation

py_vectorbase_rest

Adaptation of pyEnsemblRest to work with VectorBase by default. Offers bindings to VectorBase's Rest API, which is compatible with ENSEMBL's Rest API.

Installation

Get the latest release with pip

pip3 install py-vectorbase-rest

Get the latest version from GitLab

git clone git@gitlab.com:RomainFeron/py_vectorbase_rest.git
sudo python3 setup.py install

Usage

Usage is the same as pyEnsemblRest, with the EnsemblRest class replaced by VectorBaseRest. A minimal example is provided in example.py.