-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gene table version to the api version endpoint? #10299
Comments
@inodb @rmadupuri is this issue still open? I would like to contribute can you please assign it to me? |
@MrChatterjee98 still open - feel free to work on it, thank you! |
hi @inodb , as I went through the docs and the datahub repo I couldn't find any semantic version which indicates the version of the gene table , I am keeping the version as 5.0.0 as per the last update mentioned in the following pr cBioPortal/datahub-study-curation-tools#57 |
Hi @MrChatterjee98, thank you for working on this. We've been using internal versioning such as v5 and v4 for our documentation, but I believe we can version this better for the database and api, similar to the GENESET_VERSION for HGNC. For example, we could use a format like @inodb any thoughts? |
@inodb @rmadupuri I have done the changes please review the pr, thanks |
The gene tables are updated every 6 months. The 4th round of update went in recently and the versions are archived here - https://github.com/cBioPortal/datahub-study-curation-tools/tree/master/gene-table-update/build-input-for-importer/gene-table-release-archives and they are specific to cBioPortal.
Can we also add these versions to https://www.cbioportal.org/api/info? cc @inodb
NOTE: The DB schema needs to be extended to include the gene table version in the info Table.
The text was updated successfully, but these errors were encountered: