You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# all gene IDs in the current release, sorted
https://app.nih-cfde.org/ermrest/catalog/1/attribute/CFDE:gene/id@sort(id)
# all gene IDs known by the registry (submission system), sorted
# note the only change was replacing the catalog ID "1" with "registry"
https://app.nih-cfde.org/ermrest/catalog/registry/attribute/CFDE:gene/id@sort(id)
These can be visited in the browser or via command-line withcurl or wget. You do not need to deal with login credentials or anything.
You can also add a query parameter to the end of the URL ?accept=csv if you would prefer a basic CSV text listing instead of the default JSON representation. You can also swap out different vocabulary table names in place of the "gene" table in the URLs, and you can change the hostname if you want to do the equivalent query to app-dev or app-staging instead of app...
this should be something suitable for sending on to providers of annotation features
The text was updated successfully, but these errors were encountered: