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

Expand Python Snippet to support internal use cases #99

Open aswallace opened 6 months ago

aswallace commented 6 months ago

The current version of the Python Snippet only supports external use cases (data read from csv, json or parquet and converted to strings). However, it should also support internal use cases, where data is read from the AICS database and has different types.

In the "Code Snippet" modal:

Originally posted by @SeanLeRoy in https://github.com/AllenInstitute/aics-fms-file-explorer-app/issues/80#issuecomment-2101224894