Skip to main content

No project description provided

Project description

IPR

build PyPi codecov PyPI - Downloads

This python tool takes in variant inputs as tab-delimited files and annotates them using GraphKB. The resulting output is uploaded to IPR as a report. Additional report content such as images and metadata can be passed to be included in the report upload.

Getting Started

Install (For developers)

clone this repository

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

create a virtual environment

python3 -m venv venv
source venv/bin/activate

install the package and its development dependencies

pip install -e .[dev]

Run the tests

pytest tests

Generating the Documentation

This documentation is generated using mkdocs, mkdocs-material, and markdown_refdocs.

First install the documentation dependencies

pip install .[doc]

Then generate the user manual files

markdown_refdocs ipr -o docs/reference
mkdocs build

There should now be static html files under build-docs. To view the files, serve the folder using the built-in python http server

python3 -m http.server -d build-docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipr-2.0.3.tar.gz (29.1 kB view hashes)

Uploaded Source

Built Distribution

ipr-2.0.3-py3-none-any.whl (46.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page