EDRN / labcas-backend

Laboratory Catalog and Archive Service (LabCAS) Backend
Apache License 2.0
0 stars 1 forks source link
archive backend big-data cancer-detection catalog huge-data oodt science solr warehousing yuge

LabCAS Backend

Repository containing back-end services and configuration for executing EDRN LabCAS data processing workflows.

Documentation

See the docs/documentation.pdf file.

Development

To build locally, maybe try:

mkdir /tmp/labcas
export "JAVA_HOME=`/usr/libexec/java_home --version 1.8.0`"
export LABCAS_HOME=/tmp/labcas
export PATH=${JAVA_HOME}/bin:$PATH
mvn clean install