Skip to content
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

feat(wes): add SDK support #50

Open
3 tasks
Tracked by #48
uniqueg opened this issue Oct 31, 2024 · 0 comments
Open
3 tasks
Tracked by #48

feat(wes): add SDK support #50

uniqueg opened this issue Oct 31, 2024 · 0 comments

Comments

@uniqueg
Copy link
Member

uniqueg commented Oct 31, 2024

Add SDK support foor the GA4GH Workflow Execution Service (WES) API, version 1.1.0.

This issue requires addressing the following steps:

  • In the ./lib/src/clients/wes folder, and based on the models added in feat(wes): add models #49, implement a module with client methods for communicating with the WES API; these include methods for
    • creating runs
    • listing runs
    • cancelling runs
    • getting the status of a run
    • showing details of a run
    • fetching outputs of a run
  • Document your code; use the TES client as a template/example
  • Provide unit tests for your code; again, use the available TES client as a template/example

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant