Skip to content
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

Always use write_table in tasks (rather than directly calling anndata) #580

Closed
tcompa opened this issue Oct 19, 2023 · 0 comments · Fixed by #581
Closed

Always use write_table in tasks (rather than directly calling anndata) #580

tcompa opened this issue Oct 19, 2023 · 0 comments · Fixed by #581
Labels
Tables AnnData and ROI/feature tables

Comments

@tcompa
Copy link
Collaborator

tcompa commented Oct 19, 2023

We need to update three tasks

$ git grep write_elem fractal_tasks_core/ | grep -v lib_write

fractal_tasks_core/tasks/apply_registration_to_ROI_tables.py:from anndata._io.specs import write_elem
fractal_tasks_core/tasks/apply_registration_to_ROI_tables.py:        write_elem(group_tables, new_roi_table, shifted_rois[acq])
fractal_tasks_core/tasks/apply_registration_to_image.py:from anndata._io.specs import write_elem
fractal_tasks_core/tasks/apply_registration_to_image.py:            write_elem(new_tables_group, table, curr_table)

fractal_tasks_core/tasks/calculate_registration_image_based.py:from anndata._io.specs import write_elem
fractal_tasks_core/tasks/calculate_registration_image_based.py:    write_elem(group_tables, roi_table, new_ROI_table)

fractal_tasks_core/tasks/copy_ome_zarr.py:from anndata._io.specs import write_elem
fractal_tasks_core/tasks/copy_ome_zarr.py:                        write_elem(

so that we'll write tables complying with our own V1 (ref #529)

@tcompa tcompa added the Tables AnnData and ROI/feature tables label Oct 19, 2023
tcompa added a commit that referenced this issue Oct 19, 2023
@tcompa tcompa linked a pull request Oct 19, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tables AnnData and ROI/feature tables
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant