napari-omero
napari-omero copied to clipboard
Directory structure in the GUI
The directories are unstructured when loading the GUI with napari_omero
.
- many of my datasets are missing
- datasets from other users are shown
- would be helpful if the directories were arranged alphabetically
- would be helpful if the directories were collapsible and preserved the hierarchical structure Is it possible to mirror the directory structure in OMERO? Cheers, j
thanks! yep, all of this is possible. the Tree model definitely needs work, and better group management. (currently it just shows your default group... edit: more specifically, it just shows the default conn.listProjects()
with no group/user wrangling yet). I still have much to learn about the organization 😂
thanks for opening the issue. will get on it
@jstitlow, @will-moore made a number of fixes to the ordering and selection of the tree, and it should load lazily now. Take another look look at your convenience and let us know what remaining issues there are (maybe still missing datasets... I think we might lack orphaned datasets and images?)
Seems faster!
- loads every project in the group, not the worst thing in the world if there is no simple way to filter by user.
- missing datasets, yes, these are orphaned datasets. I am using OMERO wrong and not placing them within project folders.
- is there a way to switch between groups?
Thanks for checking. Will work on groups/users and orphaned datasets