We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from Phil: See the "data_release_version" in this example. $ curl -s https://api.gdc.cancer.gov/status | jq . { "commit": "7c8ffd0436bb0bb4dafed2d191586309ba6618bf", "data_release": "Data Release 41.0 - August 28, 2024", "data_release_version": { "major": 41, "minor": 0, "release_date": "2024-08-28" }, "status": "OK", "tag": "7.5.1", "version": 1 }
once the gdc api change is in prod, reopen issue to delete unused code
The text was updated successfully, but these errors were encountered:
xzhou82
No branches or pull requests
from Phil:
See the "data_release_version" in this example.
$ curl -s https://api.gdc.cancer.gov/status | jq .
{
"commit": "7c8ffd0436bb0bb4dafed2d191586309ba6618bf",
"data_release": "Data Release 41.0 - August 28, 2024",
"data_release_version": {
"major": 41,
"minor": 0,
"release_date": "2024-08-28"
},
"status": "OK",
"tag": "7.5.1",
"version": 1
}
once the gdc api change is in prod, reopen issue to delete unused code
The text was updated successfully, but these errors were encountered: