This project is a group project of 'Programming for Life Science' course that implements the MIS algorightm described in the following paper:
- Afek, Y., Alon, N., Barad, O., Hornstein, E., Barkai, N., & Bar-Joseph, Z. (2011). A biological solution to a fundamental distributed computing problem. science, 331(6014), 183-185.
To run this project, python 3.10 is required.
Additionally,
- matplotlib
- networkx
- scipy
are required
- Clone the repository
git clone https://git.scicore.unibas.ch/zavolan_group/teaching_and_tutorials/pls-2023-group-b.git
- change directory
cd pls-2023-group-b
- set up environment using
setup.py
pip install -e .
If you followed the installation steps, you can run the project by
mis-algorithm
This project is under the MIT License. See LICENSE
for more information.
v1.0.0
- Seunghuyn Kim
- Xuehan Li
- Loïc Thurre