Hi all,
We are trying to import a 3D image set into OMERO 5.4.9. The imaging source is a PE Phenix, and is a 3 channel, 81 plane image stack. To import the images, we followed OMERO's importation guide. We created a screen (ID=1) and used the following command for a parallel in-place import:
- Code: Select all
bin/omero import /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11 \
--transfer=ln_s \
--parallel-fileset 16 --parallel-upload 32 \
--skip all \
-r 1
OMERO was able to correctly identify the files for import, and the log shows the importer traversing and importing the all the files:
- Code: Select all
2018-12-11 20:04:01,254 14646200 [-thread-23] INFO s.importer.transfers.SymlinkFileTransfer - Transferring /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p45-ch1sk1fk1fl1.tiff...
2018-12-11 20:04:01,259 14646205 [-thread-16] INFO s.importer.transfers.SymlinkFileTransfer - Transferring /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p45-ch2sk1fk1fl1.tiff...
2018-12-11 20:04:01,261 14646207 [3-thread-4] INFO s.importer.transfers.SymlinkFileTransfer - Transferring /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p45-ch3sk1fk1fl1.tiff...
2018-12-11 20:04:01,261 14646207 [-thread-32] INFO ormats.importer.cli.LoggingImportMonitor - FILE_UPLOAD_COMPLETE: /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p33-ch3sk1fk1fl1.tiff
2018-12-11 20:04:01,270 14646216 [-thread-20] INFO s.importer.transfers.SymlinkFileTransfer - Transferring /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p46-ch1sk1fk1fl1.tiff...
2018-12-11 20:04:01,271 14646217 [-thread-13] INFO ormats.importer.cli.LoggingImportMonitor - FILE_UPLOAD_COMPLETE: /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p32-ch1sk1fk1fl1.tiff
2018-12-11 20:04:01,274 14646220 [-thread-17] INFO s.importer.transfers.SymlinkFileTransfer - Transferring /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p46-ch2sk1fk1fl1.tiff...
2018-12-11 20:04:01,278 14646224 [-thread-18] INFO ormats.importer.cli.LoggingImportMonitor - FILE_UPLOAD_COMPLETE: /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p29-ch3sk1fk1fl1.tiff
2018-12-11 20:04:01,285 14646231 [-thread-13] INFO s.importer.transfers.SymlinkFileTransfer - Transferring /mnt/disk/OMERO/raw_data/OncogenePL3_B8-G11/Images/r02c11f09p46-ch3sk1fk1fl1.tiff...
2018-12-11 20:04:01,286 14646232 [-thread-15] INFO ormats.importer.cli.LoggingImportMonitor - FILE_UPLOAD_COMPLETE: /mnt/disk/OMERO/raw_data/
However, after the import, nothing shows up on OMERO. There are no orphaned images, and we can't seem to find the data under the created screen. Is there something that we are doing incorrectly?
Thanks,
Frank