RFC: GeneBe Hub public repository, website and functionality #2
pstawinski
announced in
RFCs
Replies: 1 comment
|
First Round of the RFC is Over – Thank You! The first round of the RFC has officially concluded. A huge thank you to everyone who shared their ideas via private messages! Your input has been greatly appreciated. While this round is over, the discussion remains open—if you still have suggestions, feel free to send them. A summary of the first round will be shared soon. Stay tuned! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Introduction
GeneBe Hub is a publicly available repository for storing and sharing variant annotations in the GeneBe Hub format. Conceptually, it is similar to PyPI or Docker Hub, but instead of Python packages or Docker images, it focuses on variant annotations.
GeneBe Hub simplifies the process of discovering new annotations by providing a simple browser and an infrastructure that allows users to
pullandpushannotations using the GeneBe Client.You can use GeneBe Hub to share databases as well as store private ones. It can also help keep datasets evergreen; for example, the ClinVar repository is updated weekly, ensuring access to the most up-to-date ClinVar database.
Design decisions
@genebe/clinvar:0.0.1. The first part of the id is a namespace, second part is a name, the third one is a version.@and changes withing the namespace can be done by all organization members. For example@genebeis a GeneBe namespace.parquetformat.Try It Yourself
To see GeneBe Hub in action, simply browse it and follow the GeneBe Hub Getting Started Guide to download the client and annotations. You can also create your own database by following the Create Database Guide.
Call for Feedback
This is an early draft of GeneBe Hub. We welcome feedback, suggestions, and concerns before moving the implementation from alpha to beta. 😊
All reactions