The Global Alliance for Genomics and Health (GA4GH) is an international coalition, formed to enable the sharing of genomic and clinical data.
The GA4GH Cloud Work Stream helps the genomics and health communities take full advantage of modern cloud environments. Our initial focus is on “bringing the algorithms to the data”, by creating standards for defining, sharing, and executing portable workflows.
We work with platform development partners and industry leaders to develop standards that will facilitate interoperability.
The Data Repository Service (DRS) API provides a generic interface to data repositories so data consumers, including workflow systems, can access data in a single, standardized way regardless of where it’s stored or how it’s managed. The primary functionality of DRS is to map a logical ID to a means for physically retrieving the data represented by the ID.
For more information see our HTML documentation links in the table below.
Branch | Reference Documentation | Swagger Editor |
---|---|---|
develop: the stable development branch, into which feature branches are merged | HTML | Swagger Editor |
release 1.2.0: The 1.2.0 release of DRS adds the standardized /service-info endpoint, and 2 POST endpoints that are functionally equivalent to the current GET endpoints, but they enable the submission of large passport tokens in the request body. |
HTML | Swagger Editor |
release 1.1.0: The 1.1.0 release of DRS that includes no API changes only documentation changes. This introduces a new URI convention using compact identifiers along with clear directions on how to use identifiers.org/n2t.net to resolve them. | HTML | Swagger Editor |
release 1.0.0: The 1.0.0 release of DRS that is now an approved GA4GH standard | HTML | Swagger Editor |
release 0.1: Simplifying DRS to core functionality | HTML | Swagger Editor |
release 0.0.1: The initial DRS after the rename from DOS | HTML | Swagger Editor |
To monitor development work on various branches, add 'preview/<branch-name>' to the master URLs above (e.g., 'https://ga4gh.github.io/data-repository-service-schemas/preview/\<branch-name>/docs').
See CONTRIBUTING.md.
If a security issue is identified with the specification, please send an email to [email protected] detailing your concerns.
See the LICENSE.