Metadata-Version: 2.4
Name: mermake
Version: 0.0.41
Summary: Code to process merfish data
Home-page: https://github.com/deprekate/mermake
Author: Katelyn McNair
Author-email: deprekate@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >3.5.2
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: zarr
Requires-Dist: numpy
Requires-Dist: cupy-cuda12x
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Introduction
------------

MERMAKE is a the backend for the MERFISH+ line of spatial transcriptomics.

To install `MERMAKE`,
```
python3 -m pip install mermake
```

or

```sh
 git clone https://github.com/deprekate/MERMAKE.git
 pip install MERMAKE/.
```


MERMAKE Example
--------------
The final full gui interface is currently still in development, but a sample worker script
is included in the github repo. All of the data paths and hyper parameters are hardcoded in
the worker.py script, and will need to be adjusted to fit your environment.  

Some of the variables to set are:
1. psf
2. flat field



