Metadata-Version: 2.4
Name: fractal-faim-ipa
Version: 0.6.0
Summary: Provides Fractal tasks for the MD to OME-Zarr conversion of faim-ipa
Project-URL: homepage, https://github.com/fractal-analytics-platform/fractal-faim-ipa
Project-URL: repository, https://github.com/fractal-analytics-platform/fractal-faim-ipa
Author-email: Joel Luethi <joel.luethi@uzh.ch>
License: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: faim-ipa==0.13.0
Requires-Dist: fractal-task-tools==0.0.12
Requires-Dist: fractal-tasks-core==1.5.0
Requires-Dist: pydantic
Requires-Dist: zarr
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: devtools; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: test
Requires-Dist: devtools; extra == 'test'
Requires-Dist: jsonschema; extra == 'test'
Requires-Dist: pooch; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# fractal-faim-ipa

[![License](https://img.shields.io/pypi/l/fractal-faim-ipa.svg?color=green)](https://github.com/jluethi/fractal-faim-ipa/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/fractal-faim-ipa.svg?color=green)](https://pypi.org/project/fractal-faim-ipa)
[![Python Version](https://img.shields.io/pypi/pyversions/fractal-faim-ipa.svg?color=green)](https://python.org)
[![CI](https://github.com/jluethi/fractal-faim-ipa/actions/workflows/ci.yml/badge.svg)](https://github.com/jluethi/fractal-faim-ipa/actions/workflows/ci.yml)

Provides Fractal tasks for the conversion of Molecular Devices ImageXpress microscope to OME-Zarr.

The conversion based on the [faim-ipa library](https://github.com/fmi-faim/faim-ipa). This repo also contains some of the test data from the faim-ipa library, as well as test data from the ZMB provided by @fstur.

## Installation
Install this package as:

```
pip install fractal-faim-ipa
```

## Adding tasks to Fractal server
You can add these Fractal tasks to a server by using the pypi installation and specifying the task name fractal-faim-ipa

## Making releases
1. Merge PR into main
2. Locally checkout main
3. Tag the release: git tag v0.4.3
4. Push the tag to Github: git push origin v0.4.3

The github workflow will then publish this release to PyPI & create a Github release with the corresponding whl file.
