Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.12 KB

Repository services

In order to test the metadata submission to BioSamples and ENA, two Java Spring web services can be deployed, using docker. There is no compilation step necessary prior to deployment.

Prerequisites

Deployment - Running the Docker Containers

  1. Navigate to the repository-services directory in your cloned repository.
cd repository-test-services
  1. Start the Docker containers to deploy both services simultaneously:
docker compose up

Or daemonized:

docker compose up -d

Usage

After deployment, two web services are available to accept requests, consume the provided ISA JSON, and pass the data to the target repository.

The API end points of the respective web services are documented in the Swagger UI in these locations:

If the web services are not deployed locally, adjust the base URL accordingly.