cpg-utils-ms

Library of convenience functions specific to the CPG (MS version)


Keywords
bioinformatics
License
MIT
Install
pip install cpg-utils-ms==1.3.7

Documentation

cpg-utils-ms

This is a Python library containing convenience functions that are specific to the CPG.

In order to install the library, run:

pip install cpg-utils-ms

To use the library, import functions like this:

from cpg_utils.cloud import email_from_id_token

_email_string = email_from_id_token(id_token_jwt='TOKEN_STRING')

We use bumpversion for incrementing the library's semantic version. A new conda package gets published automatically in the cpg conda channel whenever a version bump commit is merged with the main branch.

Contents