EDRN / labcas-backend

Laboratory Catalog and Archive Service (LabCAS) Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Laboratory Catalog and Archive Service (LabCAS) Backend

License:Apache License 2.0


Languages

Language:Java 49.1%Language:Python 33.6%Language:R 9.1%Language:Shell 7.7%Language:Groovy 0.5%