ga4gh / tool-registry-service-schemas

APIs for discovering genomics tools, their metadata and their containers
Apache License 2.0
30 stars 18 forks source link

TRS write API #241

Open denis-yuen opened 1 year ago

denis-yuen commented 1 year ago

Note, TRS-filer implements

Dockstore does something similar but not in a TRS way https://dockstore.org/api/static/swagger-ui/index.html#/hosted

Could be an idea to standardize as an extension of the TRS API since it seems to be a common need

┆Issue is synchronized with this Jira Story ┆Project Name: Zzz-ARCHIVE GA4GH tool-registry-service ┆Issue Number: TRS-66

uniqueg commented 1 year ago

Big +1 on this.

The extension could reuse the same models, if appropriate (using readOnly and writeOnly, if necessary, see here). And perhaps broadcasting their implementation via the service info as a capability. And/or hosting the entire, merged specification at a well-known location so that clients could find and inspect it.