Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 449 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 449 Bytes

ICGC DCC - Submission EGA

EGA integration library module for the data submission sub-system.

Build

To compile, test and package the module, execute the following from the root of the repository:

mvn -am -pl dcc-submission/dcc-submission-ega

Import

The EGA Importer can be triggered by hitting a spring boot actuator endpoint.

<>:8081/import

The actuator endpoint runs on a different port from the REST API.