Replace create_empty_hcs_zarr with iohub's create_empty_plate#215
Open
tayllatheodoro wants to merge 3 commits intomainfrom
Open
Replace create_empty_hcs_zarr with iohub's create_empty_plate#215tayllatheodoro wants to merge 3 commits intomainfrom
tayllatheodoro wants to merge 3 commits intomainfrom
Conversation
Use iohub's built-in `create_empty_plate` utility instead of the local `create_empty_hcs_zarr` wrapper in stabilize.py. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
srivarra
requested changes
Mar 12, 2026
Collaborator
srivarra
left a comment
There was a problem hiding this comment.
I think we should go through and replace other instances of this function (I see a few extra places where this is used), and merge this after #214.
Comment on lines
25
to
31
| from biahub.cli.utils import ( | ||
| copy_n_paste_czyx, | ||
| create_empty_hcs_zarr, | ||
| estimate_resources, | ||
| process_single_position_v2, | ||
| yaml_to_model, | ||
| ) | ||
| from biahub.register import convert_transform_to_ants |
Collaborator
There was a problem hiding this comment.
Can we go through and remove create_empty_hcs_zarr across the package, and the function itself?
Collaborator
Author
There was a problem hiding this comment.
i just did except the functions that call from waveorder because the metadata is different
Collaborator
There was a problem hiding this comment.
How is the metadata different? I'm not sure I'm following here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
create_empty_hcs_zarrutility withcreate_empty_platefromiohub.ngff.utilsinstabilize.pycreate_empty_hcs_zarrfrombiahub.cli.utilsTest plan
🤖 Generated with Claude Code