-
Notifications
You must be signed in to change notification settings - Fork 7
Re-factor package structure and add tasks dependency extra
#390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can we make the extra |
Sure. We can have a |
Coverage reportThe coverage rate went from
Diff Coverage details (click to unfold)fractal_tasks_core/tasks/create_ome_zarr.py
fractal_tasks_core/tasks/create_ome_zarr_multiplex.py
fractal_tasks_core/tasks/yokogawa_to_ome_zarr.py
fractal_tasks_core/lib_ROI_overlaps.py
fractal_tasks_core/tasks/illumination_correction.py
fractal_tasks_core/tasks/copy_ome_zarr.py
fractal_tasks_core/tasks/maximum_intensity_projection.py
fractal_tasks_core/tasks/cellpose_segmentation.py
fractal_tasks_core/tasks/napari_workflows_wrapper.py
|
1. Move main functionality into lib_ROI_overlaps.py 2. Update test_unit_parse_yokogawa_metadata.py 3. Move the plotting part into examples/tools/show_FOV_ROIs
This reverts commit ce16e3e.
Ref #378