MSS-MLE (Ma-Sandri-Sarkar Maximum Likelihood Estimator) calculator for Luria–Delbrück fluctuation analysis.
MSS-MLE (Ma-Sandri-Sarkar Maximum Likelihood Estimator) calculator for Luria–Delbrück fluctuation analysis.
Radchenko et. al, 2017 (Methods in Molecular Biology).
DOI: 10.1007/978-1-4939-7306-4_29
Install Python 3.8 or upper and libraries:
Set FLUCALC_SECRET_KEY environment variable with a secret string. You can use any random sequence for it.
Start the server for FluCalc:
gunicorn -w 4 -b <ip>:<port> flucalc:app
Or you can use run_server.py script as alternative way to start the server:
./run_server.py
For shutdown server press Ctrl + C in the terminal.