Clinical Genomics command center (cg) is a Python-based tool for managing and automating clinical genomics workflows. Current version is 85.11.1, with a release cadence of several minor versions per month. Requires Python <3.13,>=3.11.
pip install cgVerified import paths — ran on the pinned version, not inferred.
Initialize CGConfig and Store, then perform operations like listing orders.
Use `from cg.store import Store` and pass a `CGConfig` instance.
Use `cg workflow orders` instead of `cg orders`.
Ensure Python version is between 3.11 and 3.12 (exclusive of 3.13).
No dependency data recorded yet.