Jeremy Adams
Jeremy Adams
@ruchim in the [FASP hackathon doc](https://docs.google.com/document/d/1y0ugeNxlISY_DVoJzLUd06bXrY4pz3feszB9CHOH7oI/edit#heading=h.wzldi3wt9fjw) , we have a rough list of WES implementations/services we want to register in the API. It's under ID 7. If there are any...
Any chance this has been worked on? I would also like to +1 this. I'm working on a setup in which it's not always possible to SSH into the VM...
this was discussed at the June 2021 FASP hackathon, see [Section 2a of the hackathon notes](https://docs.google.com/document/d/1h1EP8Z8SyTS_T4pwMVO_SfvEynHw2U7hNk8I8qhp4OA/edit#heading=h.y434qmfvlaaf). The main outcome was a strawperson [gist](https://gist.github.com/mbarkley/6eec9ee9bd77ffc6a022b0459c0fb255) developed by @mbarkley , @ianfore and others...
+1 for object instead of array of strings, as @u8sand pointed out that's what we've done in the starter kit
Suggest closing this issue, as #359 updates the docs build process to use [gh-openapi-docs](https://github.com/ga4gh/gh-openapi-docs) @briandoconnor @dglazer
Additional notes/questions: - for the `POST /objects/{object_id}` endpoint, `page` is still currently listed as a query string param. This is to keep it aligned with the links returned in the...
Following the Jan 10th Cloud WS call, I moved the paginated `contents` array function to 2 new endpoints: - [GET /objects/{object_id}/contents](https://ga4gh.github.io/data-repository-service-schemas/preview/feature/issue-366-bundle-contents-pagination/docs/#operation/GetObjectContents) - [POST /objects/{object_id}/contents](https://ga4gh.github.io/data-repository-service-schemas/preview/feature/issue-366-bundle-contents-pagination/docs/#operation/GetObjectContentsPost) This was done to address the...
Thanks for the feedback @MichaelLukowski ! Can you also relay your preference to drop bundles in thread #377 ? That's the PR that would remove bundles from the spec
Happy to see this conversation taking place, I agree there should be alignment between the `type` and the `access_url`'s scheme. If these 2 attributes should be matching however, it may...
Reviving this thread as getting `/service-info` in DRS has been discussed at the past few meetings. @susheel it would be great if you are still available to work on this...