Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Implementation of tool-registry-schema with experimental write API support

License

Notifications You must be signed in to change notification settings

dockstore/write_api_service

The Write-API allows developer to automatically create GitHub and Quay repositories for any tool encapsulated in Docker and described with a CWL descriptor on behalf of the user. It implements the proposed GA4GH Write API

This contains two parts:

  • The Write API web service that handles creation of GitHub and Quay repositories
  • The client that interacts with the web service and handles publishing of tools to Dockstore.

See their respective READMEs in the write-api-client and write-api-service directories for more details.