Metadata-Version: 2.1
Name: cg
Version: 51.10.5
Summary: Clinical Genomics command center
Home-page: https://github.com/Clinical-Genomics/cg
Author: Clinical Genomics
Author-email: support@clinicalgenomics.se
Requires-Python: >=3.9,<3.13
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: CacheControl (==0.13.1)
Requires-Dist: Flask (==3.0.0)
Requires-Dist: Flask-Admin (==1.6.1)
Requires-Dist: Flask-CORS (==4.0.0)
Requires-Dist: Flask-Dance (==7.0.0)
Requires-Dist: Flask-WTF (==1.2.1)
Requires-Dist: Jinja2 (==3.1.2)
Requires-Dist: MarkupSafe (==2.1.3)
Requires-Dist: PyMySQL (==1.1.0)
Requires-Dist: PyYAML (==6.0.1)
Requires-Dist: SQLAlchemy (==2.0.22)
Requires-Dist: WTForms (==3.0.0)
Requires-Dist: alembic (==1.12.0)
Requires-Dist: blinker (==1.6.3)
Requires-Dist: cachetools (==5.3.1)
Requires-Dist: click (==8.1.7)
Requires-Dist: coloredlogs (==15.0.1)
Requires-Dist: genologics (==1.0.0)
Requires-Dist: google-auth (==2.23.2)
Requires-Dist: gunicorn (==21.2.0)
Requires-Dist: housekeeper (==4.10.5)
Requires-Dist: lxml (==4.9.3)
Requires-Dist: marshmallow (==3.20.1)
Requires-Dist: openpyxl (==3.0.10)
Requires-Dist: packaging (==23.2)
Requires-Dist: pandas (==2.1.1)
Requires-Dist: paramiko (==3.3.1)
Requires-Dist: petname (==2.6)
Requires-Dist: psutil (==5.9.5)
Requires-Dist: pydantic (==2.4.2)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: requests (==2.31.0)
Requires-Dist: sendmail-container (==0.2.0)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: typing_extensions (==4.8.0)
Requires-Dist: urllib3 (==2.0.6)
Requires-Dist: werkzeug (==3.0.0)
Project-URL: Repository, https://github.com/Clinical-Genomics/cg
Description-Content-Type: text/markdown

# cg
![Build Status - Github][gh-actions-badge]
[![Coverage Status][coveralls-image]][coveralls-url]
[![GitHub issues-closed][closed-issues-img]][closed-issues-url]
[![Average time to resolve an issue][ismaintained-resolve-img]][ismaintained-resolve-url]
[![Percentage of issues still open][ismaintained-open-rate-img]][ismaintained-open-rate-url]
[![CodeFactor][codefactor-badge]][codefactor-url]
[![Code style: black][black-image]][black-url]


`cg` stands for _Clinical Genomics_; a clinical sequencing platform under [SciLifeLab][scilife]

In this context, `cg` provides the interface between these tools to facilitate automation and other necessary cross-talk. It also exposes some APIs:

- HTTP REST for powering the web portal: [clinical.scilifelab.se][portal]
- CLI for interactions on the command line

### Contributing

Please check out our [guide for contributing to cg](CONTRIBUTING.md)

## Installation

Cg written in Python 3.9+ and is available on the [Python Package Index][pypi] (PyPI).

```bash
pip install cg
```

If you would like to install the latest development version, use [poetry](https://python-poetry.org/docs/).

```bash
git clone https://github.com/Clinical-Genomics/cg
cd cg
poetry install
```


[portal]: https://clinical.scilifelab.se/
[trailblazer]: https://github.com/Clinical-Genomics/trailblazer
[housekeeper]: https://github.com/Clinical-Genomics/housekeeper
[genotype]: https://github.com/Clinical-Genomics/genotype
[scilife]: https://www.scilifelab.se/
[pypi]: https://pypi.org/


[black]: https://black.readthedocs.io/en/stable/

<!-- badges -->

[coveralls-url]: https://coveralls.io/github/Clinical-Genomics/cg
[coveralls-image]: https://coveralls.io/repos/github/Clinical-Genomics/cg/badge.svg?branch=master

[gh-actions-badge]: https://github.com/Clinical-Genomics/cg/workflows/Tests%20and%20coveralls/badge.svg
[closed-issues-img]: https://img.shields.io/github/issues-closed/Clinical-Genomics/cg.svg
[closed-issues-url]: https://GitHub.com/Clinical-Genomics/cg/issues?q=is%3Aissue+is%3Aclosed
[ismaintained-resolve-img]: http://isitmaintained.com/badge/resolution/Clinical-Genomics/cg.svg
[ismaintained-resolve-url]: http://isitmaintained.com/project/Clinical-Genomics/cg
[ismaintained-open-rate-img]: http://isitmaintained.com/badge/open/Clinical-Genomics/cg.svg
[ismaintained-open-rate-url]: http://isitmaintained.com/project/Clinical-Genomics/cg
[codefactor-badge]: https://www.codefactor.io/repository/github/clinical-genomics/cg/badge
[codefactor-url]: https://www.codefactor.io/repository/github/clinical-genomics/cg
[black-image]: https://img.shields.io/badge/code%20style-black-000000.svg
[black-url]: https://github.com/psf/black

