microsoft / ga4gh-tes

C# implementation of the GA4GH TES API; provides distributed batch task execution on Microsoft Azure
MIT License
33 stars 27 forks source link

Implement C#, Java, Python, and Go SDKs #2

Open MattMcL4475 opened 1 year ago

MattMcL4475 commented 1 year ago

After completion of this: #1

Implement SDKs for the following languages: C#, Java, Python, Go

These should all be code-generated to the maximum extent possible from the TES Open API specification.

TBD whether they should be in other repositories.

ngambani commented 12 months ago

Python SDK exists: https://github.com/ohsu-comp-bio/py-tes

MattMcL4475 commented 4 months ago

C# SDK now exists in the main repo.