DataJoint LabBook is a graphical user interface built using React to facilitate working with DataJoint computational pipelines.
If you have not done so already, please install the following dependencies:
Download the docker-compose-deploy.yaml
docker environment from the release located here.
To start the application, use the command:
PHARUS_VERSION=0.1.0 DJLABBOOK_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml up -d
To stop the application, use the command:
PHARUS_VERSION=0.1.0 DJLABBOOK_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml down
- DataJoint
- Pharus (a DataJoint REST API backend):