Clinical Genomics command center
Project description
cg
cg
stands for Clinical Genomics; a clinical sequencing platform under SciLifeLab
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
- CLI for interactions on the command line
Contributing
Please check out our guide for contributing to cg
Installation
Cg written in Python 3.6+ and is available on the Python Package Index (PyPI).
pip install cg
If you would like to install the latest development version:
git clone https://github.com/Clinical-Genomics/cg
cd cg
To install CG either use pipenv (as described in contributing) and run
pipenv install -e .
or (without pipenv)
pip install -r requirements-dev.txt --editable .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cg-22.57.4.tar.gz
(2.5 MB
view hashes)
Built Distribution
cg-22.57.4-py3-none-any.whl
(601.7 kB
view hashes)