diff --git a/screening/etc/service.properties b/screening/etc/service.properties index 8b203d9b54269a85731a624b11c04caadbe4db21..a5f10c9f2483c9be36d71a99ccdb02dc5076e514 100644 --- a/screening/etc/service.properties +++ b/screening/etc/service.properties @@ -426,3 +426,25 @@ timepoint-images.storage-processor.channel-names = dia, epi timepoint-images.storage-processor.well_geometry = 1x1 timepoint-images.storage-processor.file-extractor = ch.systemsx.cisd.openbis.dss.etl.dynamix.HCSImageFileExtractor timepoint-images.storage-processor.data-source = imaging-db + +# --------------------------------------------------------------------------- +# --- Jython dropbox for HCS images ----------------------------------------------- +# --------------------------------------------------------------------------- + +# The directory to watch for incoming data. +#images-hcs-jython-dropbox.incoming-dir = ${incoming-root-dir}/incoming-images-hcs-jython +#images-hcs-jython-dropbox.incoming-data-completeness-condition = auto-detection + +# The extractor class to use for code extraction +#images-hcs-jython-dropbox.top-level-data-set-handler = ch.systemsx.cisd.openbis.dss.etl.jython.JythonPlateDataSetHandler +#images-hcs-jython-dropbox.script-path = etc/data-set-handler.py + +#images-hcs-jython-dropbox.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor +#images-hcs-jython-dropbox.storage-processor.data-source = imaging-db +#images-hcs-jython-dropbox.storage-processor.file-extractor = ch.systemsx.cisd.openbis.dss.etl.jython.JythonImageFileExtractor +#images-hcs-jython-dropbox.storage-processor.define-channels-per-experiment = false +# -- Should the thumbnails be generated? +# It slows down the dataset registration, but increases the performance when the user wants to see the image. +# Can be 'true' or 'false', 'false' is the default value +# mimages-hcs-jython-dropbox.storage-processor.generate-thumbnails = false +# images-hcs-jython-dropbox.storage-processor.compress-thumbnails = true