/write_api_service

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

Primary LanguageJavaApache License 2.0Apache-2.0

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.