The Beacon v1 specification has not been updated since 2020 and has been replaced with the Beacon v2 specification, officially approved in Spring 2022. Please see the documentation site and the code repository.
The implementation of "v1" type beacons is now discouraged; beacons can be configured in v2 with v1-like functionality.
The Beacon protocol defines an open standard for genomics data discovery, developed by members of the Global Alliance for Genomics & Health. It provides a framework for public web services responding to queries against genomic data collections, for instance from population based or disease specific genome repositories.
The Beacon protocol has been designed to be:
- Simple: focus on robustness and easy implementation
- Federated: maintained by individual organizations and assembled into a network
- General-purpose: used to report on any variant collection
- Aggregative: provide a boolean (or quantitative) answer about the observation of a variant
- Privacy protecting: queries do not return information about single individuals
The main places to find information about the Beracon project are:
- Beacon project website
- short documentation about the specification in this repository
- wiki (outdated)
The specification is done in OpenAPI format and it is online in Swagger Hub. The overall design is explained in the beacon.md document.
This project is licensed under the terms of the Apache2.0 license.
Guidelines for contributing to this repository are listed in the CONTRIBUTING.md document. To introduce new development ideas or enhancements please use this wiki-page.
Use Swagger Validator Badge to validate the YAML file.
All members of the ga4gh-beacon GitHub organisation have access to the projects page.
This page is used to plan and manage the work across the ga4gh-beacon repositories, allowing everyone to see what’s already in motion and to work together without duplicating effort.
To enable a long-term contact for potential security flaws an email address of [email protected] has been set up. This email will be monitored by the GA4GH secretariat and GA4GH security members to allow for an incoming response to be directed to appropriate parties.~~