elixir-cloud-aai / proWES

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

fix: validate run log schema #35

Open uniqueg opened 2 years ago

uniqueg commented 2 years ago

cwl-WES currently does not issue spec-compliant run logs (elixir-cloud-aai/cwl-WES/issues/128). Therefore, run log validation has currently been enabled. Once cwl-WES supports spec-compliant run logs, change the following relative to commit f4d7082ca36607ffc02f10d74dd00bf4c900bc17:

uniqueg commented 11 months ago

Better to fix this via a cwl-WES compatibility middleware rather than propagating another WES implementations' bad habits.

Depends on #72.