Hi Jmarie,
At the moment I am putting together some guidelines for transitioning scientists from filesystem storage to OMERO. I would love to hear how people approach this and I think it would be really helpful if there were examples in the documentation of how to manage and organise data in OMERO.
Here is my 2 cents:
Do you think that the limited hierarchy is a blocker to start using OMERO?
Definitely, as Damir points out, a deeply nested hierarchical folder system is a very natural and flexible way for people to organise their data. Squashing this down to 2 levels means that researchers are faced with exponentially more data at project and dataset level. This is a real problem for PI with decades worth of data and little time for philosophical discussions of metadata conventions.
Without some concrete guidelines of how to deal with this, and maybe some examples of the benefits, users will revert to filesystem storage on unmanaged USB drives.
can try to explain to them the use of tags to impose an additional or orthogonal organizational ability
I haven't found tags that useful, but key-value pairs are really powerful for searching and organising data. Unfortunately, I've had trouble finding tools for adding / managing kv pairs in OMERO and I've started to write some scripts for extracting metadata from filenames and directory structures. Excuse the terrible code quality:
https://github.com/evenhuis/omero-user-scriptsThere are organizational workflows that can used to extend the existing hierarchy. A folder’s name might correspond to a tag; other knowledge can be encapsulated in the file name itself.
Could you share some on how to go about this? Sometimes I feel like other groups must have addressed this.
The web tagging tool looks really user friendly way to extracting metadata from filenames, but I'd rather use kv pairs.
http://help.openmicroscopy.org/web-tagging.htmlmapr looks really good way to view kv pairs, I assume that is what is being used on IDR website. I haven't found how to manage them yet.
https://github.com/ome/omero-mapr/My pitch is that the search on kv pairs gives the power to slice and dice and reorganise your data in ways that a fixed folder-based hierarchy can't.
Cheers,
Chris