A repository for our work on analyzing binding kinetics from DNA origami experiments.
To install the package, clone the repository and run the following command in the root directory:
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
Data is not included in this repository. To run the code, you will need to download the data from Zenodo. In config.py
you can set the path to the data directory, if you choose not to use the default path.