Finding original files
Posted: Fri Sep 28, 2018 6:59 pm
Hello everyone. Long time lurker, first time poster.
I need to find a group of original files (paths) in the Omero (5.1.2) ManagedRepository, based on a Project ID. My first thought was to use
Thank you!
I need to find a group of original files (paths) in the Omero (5.1.2) ManagedRepository, based on a Project ID. My first thought was to use
- Code: Select all
find <user> -name *.<filetype>
- Code: Select all
bin/omero hql -q "<query>"
Thank you!