Provides Fractal tasks for the conversion of Molecular Devices ImageXpress microscope to OME-Zarr.
The conversion based on the faim-ipa library. 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.
Install this package as:
pip install fractal-faim-ipa
You can add these Fractal tasks to a server by using the pypi installation and specifying the task name fractal-faim-ipa
- Merge PR into main
- Locally checkout main
- Tag the release: git tag v0.4.3
- 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.