ga4gh / Get-Started-with-GA4GH-APIs

ISMB 2022 tutorial on FASP and Starter Kit
Apache License 2.0
5 stars 1 forks source link

Fix GET /runs endpoint in WES #20

Closed yash-puligundla closed 2 years ago

yash-puligundla commented 2 years ago

Current behavior: a hardcoded array of runs Expected output: This endpoint should return an array of runs + status.

Notes: select id, COALESCE(json_extract(final_run_log_json,'$.state'),"UNKNOWN") from wes_run;