Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.6 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.6 KB

Build Status Maintainability Test Coverage Docker Repository on Quay

Ingest Core API

Core Ingest Service for submitting experimental data to the DCP.

The API exposes a number of REST resources for representing experiment data:

  • /projects
  • /biomaterials
  • /protocols
  • /processes
  • /files

See this document for an overview of how experimental data is structured together.

An example of the process of making a submission is in docs/primary-submission-walkthrough.md.

Tests

./gradlew test

You will need a mongo database running on localhost with default ports to run the tests

Running locally

You can run ingest-core on your local system with the script

./run_local.sh

Privacy

Usage of the Ingest Core API require limited processing of personal data. For more information, please read our Privacy Policy.