Onedcellsim is a project designed to simulate one-dimensional cell migration using Julia, based on a biomechanical model. Additionally, it uses simulation-based inference in Python via SBI to infer biomechanical cell parameters from observed data.
- Python 3
- Linux or Mac OS
- Clone the repository:
git clone https://github.com/miguelatienza/onedcellsim.git
- Navigate to the project directory:
cd onedcellsim
- Set up a virtual environment:
python -m venv venv source venv/bin/activate
- Install onedcellsim:
pip install git+https://github.com/miguelatienza/onedcellsim@main
- Install additional dependencies:
pip install -r requirements.txt
- Install Julia:
python install_julia.py
Run the following command to start the GUI:
bash gui.sh
Feel free to contribute or report issues on the GitHub repository.