Skip to content
Snippets Groups Projects
Commit 0704ab6f authored by felmer's avatar felmer
Browse files

LMS-775 DefaultDataSetInfoExtractor sets group code as specified in service.properties

SVN: 10841
parent 04d4be21
No related branches found
No related tags found
No related merge requests found
...@@ -77,14 +77,12 @@ inputs=raw-data,image-analysis ...@@ -77,14 +77,12 @@ inputs=raw-data,image-analysis
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# The directory to watch for incoming data. # The directory to watch for incoming data.
raw-data.incoming-dir = ../data/out-raw raw-data.incoming-dir = ../data/out-raw
# The group the samples extracted by this thread belong to. If commented out or empty, then samples
# are considered associated to a database instance (not group private).
raw-data.group-code = CISD
# The extractor plugin class to use for data set information extraction # The extractor plugin class to use for data set information extraction
raw-data.data-set-info-extractor = ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForDataAcquisition raw-data.data-set-info-extractor = ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForDataAcquisition
# Separator used to extract the barcode in the data set file name # Separator used to extract the barcode in the data set file name
raw-data.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} raw-data.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
raw-data.data-set-info-extractor.group-code = CISD
raw-data.data-set-info-extractor.index-of-data-producer-code = 0 raw-data.data-set-info-extractor.index-of-data-producer-code = 0
raw-data.data-set-info-extractor.index-of-data-production-date = 1 raw-data.data-set-info-extractor.index-of-data-production-date = 1
raw-data.data-set-info-extractor.data-production-date-format = yyyyMMddHHmm raw-data.data-set-info-extractor.data-production-date-format = yyyyMMddHHmm
...@@ -115,13 +113,11 @@ raw-data.storage-processor.file-extractor = ch.systemsx.cisd.etlserver.imsb.HCSI ...@@ -115,13 +113,11 @@ raw-data.storage-processor.file-extractor = ch.systemsx.cisd.etlserver.imsb.HCSI
# image-analysis thread # image-analysis thread
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
image-analysis.incoming-dir = ../data/out-analysis image-analysis.incoming-dir = ../data/out-analysis
# The group the samples extracted by this thread belong to. If commented out or empty, then samples
# are considered associated to a database instance (not group private).
image-analysis.group-code = CISD
image-analysis.data-set-info-extractor = ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForImageAnalysis image-analysis.data-set-info-extractor = ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForImageAnalysis
# Separator used to extract the barcode in the data set file name # Separator used to extract the barcode in the data set file name
image-analysis.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} image-analysis.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
image-analysis.data-set-info-extractor.group-code = CISD
image-analysis.data-set-info-extractor.indices-of-parent-data-set-code-entities = 0 -1 image-analysis.data-set-info-extractor.indices-of-parent-data-set-code-entities = 0 -1
image-analysis.data-set-info-extractor.data-set-code-entities-glue = - image-analysis.data-set-info-extractor.data-set-code-entities-glue = -
# ........................................................................... # ...........................................................................
......
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