-
Notifications
You must be signed in to change notification settings - Fork 53
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
Clients: use script to autogenerate #527
Comments
Here are the changes I made so far:
The version number is hardcoded:
Also CellBase uses version instead of apiVersion
|
The error I am working on now is that CellBase has
|
I've added the scripts to CellBase (with the changes I listed above): https://github.com/opencb/cellbase/tree/develop/cellbase-app/app/clients
|
Just worth mentioning the clients to be generated include Java, Python, R and Javascript, is this right? |
Yes! That is correct. |
I'd like to use the opencga script to autogenerate the clients for CellBase.
Can we use the same script, or do we need to modify the current one?
The text was updated successfully, but these errors were encountered: