This project is currently under construction
To get started, clone the repository and set up the Conda environment:
git clone https://github.com/ssciwr/organelle-morphology.git
cd organelle-morphology
conda env create -f environment-dev.yml
conda activate morphTo start the graphical user interface, run:
marimo run notebooks/ui.pyClick on the displayed link or navigate to http://localhost:2718 in your web browser.
The test suite can be run using pytest:
python -m pytest