Metadata-Version: 2.1
Name: Trapalyzer
Version: 0.0.6
Summary: Automatic feature detection and quantification for in-vitro NETosis experiments plugin for PartSeg
Home-page: https://github.com/Czaki/Trapalyzer
Author: Grzegorz Bokota, Michał Ciach
Author-email: g.bokota@uw.edu.pl, m_ciach@student.uw.edu.pl
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: License.txt
Requires-Dist: PartSeg (>=0.14.0)
Requires-Dist: SimpleITK
Requires-Dist: magicgui (>=0.4.0)
Requires-Dist: napari
Requires-Dist: nme (>=0.1.3)
Requires-Dist: numpy
Requires-Dist: pydantic

# Trapalyzer

Trapalyzer is a PartSeg and napari plugin for automatic feature detection and
quantification for in-vitro NET release studies.

## Installation

Trapalyzer is a plug-in for the PartSeg image processing. To use Trapalyzer,
you first need to [install PartSeg](https://github.com/4DNucleome/PartSeg).
If you use Windows, you can simply download and unpack the `PartSeg.zip` file -
no further installation needed. If you use Linux with a working Python
distribution, we recommend installing PartSeg by running
`pip install PartSeg[all]` in the command line.

After you have installed PartSeg, you can install Trapalyzer:

- If you install PArtSeg from prebuild binaries (from zip) then you need to download 
  this plugin from [release page](https://github.com/Czaki/Trapalyzer/releases) and unpack it to `plugins` directory in PartSeg folder.
- If you install PartSeg using pip or conda then you can install this plugin using pip
  `pip install Trapalyzer`



![](Tutorial/Figs/release_img.png)

## Usage examples

In the Tutorial directory you will find instructions on how to use
Trapalyzer to analyze an example data set of fluorescence microscopy images.
