Skip to content

ga4gh/refcloud-api

 
 

Repository files navigation

GA4GH Logo

License

GA4GH Reference Cloud API

Core API for the GA4GH Reference Cloud

Usage (Local Development)

  • Prerequisites (ensure these are installed on your machine)
    • Java v25+ (we recommend installing the 25.0.3-amzn candidate via sdkman)
    • Gradle v9.1+ (we recommend installing the 9.5.1 candidate via sdkman)
    • PostgreSQL v18+
  • Run the dev server: ./gradlew bootRun
  • Access the dev server via API testing tool (e.g. Postman) using a base URL of http://localhost:8080/ (e.g. http://localhost:8080/actuator/health)

Configuration

Configure the API app via the following environment variables

Variable Name Description

Issues

For any issues relating the the API, please create an issue in the GA4GH Reference Cloud planning repo. Please do not create issues in this repo as they will not be monitored.

About

Open, extensible server implementation of the GA4GH Data Repository Service (DRS) specification

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.0%
  • Other 1.0%