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.
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.
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