Metadata-Version: 2.1
Name: cgap-pipeline-utils
Version: 1.5
Summary: Collection of utilities for cgap-pipeline
Home-page: https://github.com/dbmi-bgm/cgap-pipeline-utils
Author: Michele Berselli, Phil Grayson
Author-email: berselli.michele@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6, <3.8
Description-Content-Type: text/markdown
Requires-Dist: dcicutils (>=1.19.0)
Requires-Dist: magma-suite (>=0.2.1)
Requires-Dist: boto3 (>=1.18.44)
Requires-Dist: awscli (>=1.18.69)

# cgap-pipeline-utils

Utilities for cgap pipeline.

For more information check [*documentation*](https://cgap-pipeline-utils.readthedocs.io/en/latest/ "cgap-pipeline-utils documentation").

## Install

The package is available on [*pypi*](https://pypi.org/project/cgap-pipeline-utils "cgap-pipeline-utils pypi"):

    pip install cgap-pipeline-utils

To install from source:

    git clone https://github.com/dbmi-bgm/cgap-pipeline-utils.git
    cd cgap-pipeline-utils
    python setup.py install


