Skip to content
Snippets Groups Projects
Commit b0e2c2f6 authored by tpylak's avatar tpylak
Browse files

LMS-1529 img db config

SVN: 16031
parent 33890a80
No related branches found
No related tags found
No related merge requests found
...@@ -158,6 +158,15 @@ screening-dss-api-exporter-servlet.path = /rmi-datastore-server-screening-api-v1 ...@@ -158,6 +158,15 @@ screening-dss-api-exporter-servlet.path = /rmi-datastore-server-screening-api-v1
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
data-sources = imaging-db
imaging-db.version-holder-class = ch.systemsx.cisd.openbis.plugin.screening.shared.ImagingDatabaseVersionHolder
imaging-db.databaseEngineCode = postgresql
imaging-db.basicDatabaseName = imaging
imaging-db.databaseKind = dev
imaging-db.scriptFolder = source/sql
# ---------------------------------------------------------------------------
# Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name. # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
# E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
inputs=raw-data, plate-analysis-data, lmc-raw-data, lmc-jpg-data, lmc-segmented-jpg-data, image-db-data inputs=raw-data, plate-analysis-data, lmc-raw-data, lmc-jpg-data, lmc-segmented-jpg-data, image-db-data
...@@ -366,6 +375,7 @@ image-db-data.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageP ...@@ -366,6 +375,7 @@ image-db-data.storage-processor = ch.systemsx.cisd.openbis.dss.etl.PlateStorageP
image-db-data.storage-processor.number_of_channels = 2 image-db-data.storage-processor.number_of_channels = 2
image-db-data.storage-processor.well_geometry = 1x1 image-db-data.storage-processor.well_geometry = 1x1
image-db-data.storage-processor.deprecated-file-extractor = ch.systemsx.cisd.openbis.dss.etl.genedata.HCSImageFileExtractor image-db-data.storage-processor.deprecated-file-extractor = ch.systemsx.cisd.openbis.dss.etl.genedata.HCSImageFileExtractor
image-db-data.storage-processor.data-source = imaging-db
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# (optional) archiver configuration # (optional) archiver configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment