My apologies in advance if this isn't the correct forum for this post.
We are testing the feasibility of using inplace import (ln_s, symbolic link) feature of the OMERO.Server for screening images generated by CellVoyager CV7000S high-throughput imaging microscope.
CV7000S saves individual TIF images for each XY, Z, T, Channel/Wavelength, and Field as well as several accompanying XML files (.mrf, .mlf, .mes, and .wpi). These XML files contain metadata about the experiment, plate, well and field position, etc. You can get a brief overview of the file naming convention here:
https://github.com/stoeter/Fiji-Tools-for-HCS/wiki/Yokogawa-CV7000-file-names
As a starting point, we are using the docker recipe files from OME's DockerHUB repos (omero-server/latest, omero-web-standalone).
We are able to do an inplace import of the a folder containing all the images (and metadata files) using something like this:
- Code: Select all
$OMERO import -s localhost -p 4064 -g $LABNAME -u $USER_USERNAME -w $USER_USERNAME -- --transfer=ln_s $IMPORT_PATH -T "regex:+name:^.*${USERPATH}/(?<Container1>[^/]*)/.*"
The import command ignores XML files (.mrf, .mlf, .wpi) but successfully imports all .tifs in the folder into a Dataset in the OMERO.SERVER.
Is it possible to import the folder from CV7000S into a plate layout (Screen Tab in omero.insight)? We would like import and display the images as IDR's Spatial Grid View.
[url]
https://github.com/openmicroscopy/openm ... -258405216
[/url]
We are looking at the "Dataset_to_Plate.py" script as a starting point to export the "Dataset" to "Screen" but if there is a more direct way to accomplish this it would be wonderful.
Thanks,
Prabhakar Gudla