Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

bcgsc/pori_graphkb_python

Repository files navigation

⚠️ DEPRECATED

This repository is no longer supported or maintained. No further issues or pull requests will be considered.

Functionalities of both BCGSC's pori_graphkb_python and pori_ipr_python can now be found in BCGSC's pori_python, respectively in pori_python/graphkb and in pori_python/ipr.

GraphKB (Python)

build PyPi codecov PyPI - Downloads DOI

This repository is part of the platform for oncogenomic reporting and interpretation.

Python adapter package for querying the GraphKB API. See the user manual

Getting Started

Install (For developers)

clone this repository

git clone https://github.com/bcgsc/pori_graphkb_python
cd pori_graphkb_python

create a virtual environment

python3 -m venv venv
source venv/bin/activate

install the package and its development dependencies

pip install -U pip setuptools
pip install -e .[dev]

Run Tests

pytest tests

Generating the Documentation

User documentation for this repository is hosted in the central PORI repository

Deployment (Publishing)

Install the deployment dependencies

pip install .[deploy]

Build the distribution files

python setup.py install sdist bdist_wheel

Upload the distibutions to the package server (-r is defined in your pypirc)

twine upload -r bcgsc dist/*

About

[ARCHIVED] Python adapter package for querying the GraphKB API

Topics

Resources

License

Stars

Watchers

Forks

Contributors 6

Languages