Scripts for installing and managing Readmetrics.
# Install ezPAARSE and ezMESURE into the current directory and initialize everything needed
./install.sh
# Launch ezPAARSE and ezMESURE with docker
./launch.sh
# Stop all docker containers
./stop.sh
# Stop and clean all docker containers and networks
./down.sh