A reference implementation of the Global Alliance for Genomics and Health (GA4GH) API for genomic data. Versions 0.3.x are alpha pre-releases with major breaking changes (protobuf migration, modularization, package rename). As of v0.3.6 the package is renamed to ga4gh-server on PyPI.
pip install ga4gh==0.3.5No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize GA4GH server with Flask. Set GA4GH_CONFIG environment variable to point to your configuration file.
pip uninstall ga4gh; pip install ga4gh-server
Re-export data to Protobuf format; update clients to use protobuf instead of avro.
Change imports to 'from ga4gh.server.frontend' etc.
Install ga4gh-client for client API.