Install

PyPI

The package is available on pypi:

pip install portal-pipeline-utils

Source

The version on pypi may be outdated or may not be the required version. To install the latest version from source:

git clone https://github.com/dbmi-bgm/portal-pipeline-utils.git
cd portal-pipeline-utils
make configure
make update
make build

Please refer to pyproject.toml for the supported Python version.