My Computer Science third year project (undergraduate dissertation) on Gene Regulatory Networks and Synthetic Biology.
Please read the included Dissertation.pdf
file for the background of the project and how to use it.
First, install required packages with pip:
pip3 install -r requirements.txt
Secondly, you will need to install graphviz on your system (this is in addition to the Python package you had to install in the previous step).
Once you have installed all dependencies mentioned in the "Installation" section, run src/ui/gui.py
to launch the program's main GUI:
cd src
# Make sure you are in the src directory
python3 ui/gui.py