-
Notifications
You must be signed in to change notification settings - Fork 26
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
Rename _feature_0
to _whole_cell
and _feature_1
to _nuclear
#786
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…eate_deepcell_output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the example dataset should have automatically uncovered any remaining references in notebooks 1-4, right?. Will you check the spatial notebooks to see if any of them have remaining references to the old format?
Yes, and I've verified that all the spatial notebooks are purged of old references. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
@ngreenwald can you merge this PR for me? It seems like |
…786) * Initial commit of replacing _feature_0 with _whole_cell and _feature_1 with _nuclear * Make sure dataset tests include _whole_cell and _nuclear * Update distance matrix column to be dist_whole_cell * Patch up marker quantification loading * Ensure channels for stitch_images test are being passed in correctly * Rename segmentation label saving to _whole_cell and _nuclear * Define both the whole cell and nuclear suffix renaming choices for create_deepcell_output * Change revision to match current PR on HuggingFace with new suffix names * Patch up calc_dist_matrix suffix * PYCODESTYLE in data_utils.py * Patch up deepcell_utils * Use new HuggingFace commit hash without hidden old files * Change legacy example_dataset extensions to _whole_cell.tiff * Make sure neighborhood mask uses _whole_cell.tiff * Update comment to _whole_cell.tiff too * Aesthetics * Patch _feature_0 to _whole_cell to pass neighborhood mask generation test * Change suffix in the README * Refer to main branch for HuggingFace
* added OME-TIFF support * requirements update * requirement went missing? * Added tmi to requirements * set pillow requirement * update numpy * add xmltodict to docs * added tmi to docs/conf.py * added utility notebook * switched lambda/map for list comprehension * switched lambda/map for list comprehension in test function * Rename `_feature_0` to `_whole_cell` and `_feature_1` to `_nuclear` (#786) * Initial commit of replacing _feature_0 with _whole_cell and _feature_1 with _nuclear * Make sure dataset tests include _whole_cell and _nuclear * Update distance matrix column to be dist_whole_cell * Patch up marker quantification loading * Ensure channels for stitch_images test are being passed in correctly * Rename segmentation label saving to _whole_cell and _nuclear * Define both the whole cell and nuclear suffix renaming choices for create_deepcell_output * Change revision to match current PR on HuggingFace with new suffix names * Patch up calc_dist_matrix suffix * PYCODESTYLE in data_utils.py * Patch up deepcell_utils * Use new HuggingFace commit hash without hidden old files * Change legacy example_dataset extensions to _whole_cell.tiff * Make sure neighborhood mask uses _whole_cell.tiff * Update comment to _whole_cell.tiff too * Aesthetics * Patch _feature_0 to _whole_cell to pass neighborhood mask generation test * Change suffix in the README * Refer to main branch for HuggingFace * updated ome-tiff notebook renamed utility notebook * undid strange merge * undid strange merge * added support for OME-TIFFs with images of multiple resolutions * added support for OME-TIFFs with images of multiple resolutions * renamed conversion notebook * removed unused imports * fixed channel extraction if a channel has no name * added example ome_tiff to the Example Dataset * added example dataset blurb * updated example dataset * updated ex dataset commit id * pycodestyle * dataset updated * dataset revision set to main Co-authored-by: alex-l-kong <31424707+alex-l-kong@users.noreply.github.com>
What is the purpose of this PR?
Closes #745. The current suffixes for the segmented images are unclear, they need to be renamed.
How did you implement your changes
See title.