from operetta_compose.tasks.harmony_to_ome_zarr import harmony_to_ome_zarr
harmony_to_ome_zarr(
img_path="operetta_plate/Images",
zarr_dir="operetta_plate.zarr"
)Contributing
Package development and installation in Fractal
- Install the package in dev mode with
python -m pip install -e ".[dev]" - Develop the function according to the Fractal API
- Update the image list and the Fractal manifest with
python src/operetta_compose/dev/create_manifest.py - Build a wheel file in the
distfolder of the package withpython -m build - Collect the tasks on a Fractal server
Note
As Fractal task are Python function they can also be execute independently of Fractal e.g. by running
Updating the documentation
- Make your changes to the documentation under
/docs - Update the function API with
quartodoc build - Preview the documentation with
quarto preview