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

LMS-834 fix incorrect DSS service.properties keys which configure properties file for datasets

SVN: 10789
parent e0816c75
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,8 @@ main-thread.incoming-data-completeness-condition = marker-file ...@@ -102,6 +102,8 @@ main-thread.incoming-data-completeness-condition = marker-file
main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
# Separator used to extract the barcode in the data set file name # Separator used to extract the barcode in the data set file name
main-thread.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} main-thread.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
# Location of file containing data set properties
#main-thread.data-set-info-extractor.data-set-properties-file-name = data-set.properties
# The extractor class to use for type extraction # The extractor class to use for type extraction
main-thread.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor main-thread.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
...@@ -109,8 +111,6 @@ main-thread.type-extractor.file-format-type = TIFF ...@@ -109,8 +111,6 @@ main-thread.type-extractor.file-format-type = TIFF
main-thread.type-extractor.locator-type = RELATIVE_LOCATION main-thread.type-extractor.locator-type = RELATIVE_LOCATION
main-thread.type-extractor.data-set-type = HCS_IMAGE main-thread.type-extractor.data-set-type = HCS_IMAGE
main-thread.type-extractor.is-measured = true main-thread.type-extractor.is-measured = true
# Location of file containing data set properties
#main-thread.type-extractor.data-set-properties-file = etc/data-set.properties
# The storage processor (IStorageProcessor implementation) # The storage processor (IStorageProcessor implementation)
main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
......
...@@ -100,13 +100,13 @@ main-thread.incoming-dir.format = ...@@ -100,13 +100,13 @@ main-thread.incoming-dir.format =
main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
# Separator used to extract the barcode in the data set file name # Separator used to extract the barcode in the data set file name
main-thread.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} main-thread.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
# Location of file containing data set properties
#main-thread.data-set-info-extractor.data-set-properties-file-name = data-set.properties
main-thread.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor main-thread.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
main-thread.type-extractor.file-format-type = TIFF main-thread.type-extractor.file-format-type = TIFF
main-thread.type-extractor.locator-type = RELATIVE_LOCATION main-thread.type-extractor.locator-type = RELATIVE_LOCATION
main-thread.type-extractor.data-set-type = HCS_IMAGE main-thread.type-extractor.data-set-type = HCS_IMAGE
# Location of file containing data set properties
#main-thread.type-extractor.data-set-properties-file = etc/data-set.properties
# The storage processor (IStorageProcessor implementation) # The storage processor (IStorageProcessor implementation)
#main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor #main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
......
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