Modelling protein translocation Environment setup Make sure Python is installed (preferably a version > 3.9) Create a virtual environment like this: python3 -m venv preferred-venv-location Activate the environment you just created by running source path-to-your-venv/bin/activate Install all necessary dependencies by running: pip3 install -r requirements.txt Running simulations The parameter values for the model can be set in the parameters.py file. Whether all are used, depends on the rate functions defined in model.py. Define your rate functions (Linear, Exponential, Gaussian-like, etc.) Run model.py (output plots will be locally written to ./output/volume_file_used/)