Napari ExoDeepFinder
A napari plugin for the ExpDeepFinder library which includes display, annotation, target generation, segmentation and clustering functionalities. An orthoslice view has been added for an easier visualisation and annotation process.
A napari plugin for the ExoDeepFinder library which includes display, annotation, target generation, segmentation and clustering functionalities. An orthoslice view has been added for an easier visualisation and annotation process.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
- Create a conda environment with python 3.10:
conda create -n napari-exodeepfinder python=3.10
- Activate the environment:
conda activate napari-exodeepfinder
- Install napari:
pip install napari-exodeepfinder
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the GNU GPL v3.0 license, "napari-exodeepfinder" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Version:
- 0.0.11
Last updated:
- 2024-10-23
First released:
- 2024-06-28
License:
- GPL-3.0-only
Supported data:
- Information not submitted
Operating system:
- Information not submitted
Requirements:
- exodeepfinder>=0.3.11
- typing>=3.7.4.3
- pandas>=2.2.2
- pillow>=10.3.0
- napari[all]>=0.4.19; extra == "all"
- tox; extra == "testing"
- pytest; extra == "testing"
- pytest-cov; extra == "testing"
- pytest-qt; extra == "testing"
- napari[all]>=0.4.19; extra == "testing"