elixir-cloud-aai / proWES

Proxy service for injecting middleware into GA4GH WES requests
Apache License 2.0
3 stars 5 forks source link

feat: add middleware to find suitable WES #45

Open uniqueg opened 2 years ago

uniqueg commented 2 years ago

Implement a generic middleware class, then subclass it and implement middleware that matches incoming workflow run requests by their workflow type and version to WES instances that are able to process them.

Depends on #71.