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

Make OMERO object column detection case-insensitive #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DavidStirling
Copy link
Member

@DavidStirling DavidStirling commented Dec 10, 2024

Currently in CSV mode an OMERO object column must be named in lower case to be picked up and registered as a formal object column. This PR makes this detection case-insensitive, so a column called ROI becomes an ROIColumn instead of requiring it be named roi.

Copy link
Member

@sbesson sbesson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conceptually supporting case insensitive column names is consistent with the current behavior of omero-metadata as described in https://github.com/ome/omero-metadata#populate.

Could the README be also updated to capture the expectations in terms of mapping Pandas columns into typed OMERO columns?

@DavidStirling
Copy link
Member Author

@sbesson How does this read?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants