A Python client for retrieving omics data from Data Repository Service (DRS) web services compliant with the GA4GH specification. Current version is 0.1.7. Release cadence is low; the library is in early stable development.
pip install ga4gh-drs-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a DRS server, retrieves object metadata, and downloads its contents.
Prepend 'drs://' to your object ID if missing.
Set DRS_AUTH_TOKEN environment variable or pass token explicitly.
Use `get_object_access(object_id, access_id)` instead.