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.
./gradlew test
You will need a mongo database running on localhost with default ports to run the tests
You can run ingest-core on your local system with the script
./run_local.sh
Usage of the Ingest Core API require limited processing of personal data. For more information, please read our Privacy Policy.