AllenInstitute / biofile-finder

An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Fix splitting on non-strings as annotations #211

Closed SeanLeRoy closed 3 months ago

SeanLeRoy commented 3 months ago

Antoine noticed a bug where the attached dataset wouldn't display values when grouped by "Used for" + "Gene" + "Pixel Size X". Turns out this is because a spot where we were checking to see if a value was a list we didn't cast the value from the DB into a string first and numbers can't be split like that. I didn't see any other spots where we were doing this so its just the one line changed.

Test it out on staging with the attached CSV Dataset_1_V14_V3.csv