Skip to content
Snippets Groups Projects
Commit 756e23c5 authored by felmer's avatar felmer
Browse files

LMS-2612 bugs in properties files fixed

SVN: 24545
parent ec447940
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,6 @@ incoming-dir = ${data-dir}/incoming-ms-injection ...@@ -11,6 +11,6 @@ incoming-dir = ${data-dir}/incoming-ms-injection
# The default value is 'marker-file'. # The default value is 'marker-file'.
incoming-data-completeness-condition = auto-detection incoming-data-completeness-condition = auto-detection
data-set-info-extractor = ch.systemsx.cisd.openbis.etlserver.phosphonetx.DataSetInfoExtractorForMSInjection data-set-info-extractor = ch.systemsx.cisd.openbis.etlserver.proteomics.DataSetInfoExtractorForMSInjection
storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
type-extractor = ch.systemsx.cisd.openbis.etlserver.phosphonetx.TypeExtractorForMSInjection type-extractor = ch.systemsx.cisd.openbis.etlserver.proteomics.TypeExtractorForMSInjection
...@@ -5,7 +5,7 @@ incoming-dir = ${data-dir}/incoming-ms-search ...@@ -5,7 +5,7 @@ incoming-dir = ${data-dir}/incoming-ms-search
incoming-data-completeness-condition = auto-detection incoming-data-completeness-condition = auto-detection
data-set-info-extractor = ch.systemsx.cisd.openbis.etlserver.phosphonetx.DataSetInfoExtractorForProteinResults data-set-info-extractor = ch.systemsx.cisd.openbis.etlserver.proteomics.DataSetInfoExtractorForProteinResults
data-set-info-extractor.separator = + data-set-info-extractor.separator = +
type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
...@@ -14,7 +14,7 @@ type-extractor.locator-type = RELATIVE_LOCATION ...@@ -14,7 +14,7 @@ type-extractor.locator-type = RELATIVE_LOCATION
type-extractor.data-set-type = PROT_RESULT type-extractor.data-set-type = PROT_RESULT
type-extractor.is-measured = false type-extractor.is-measured = false
storage-processor = ch.systemsx.cisd.openbis.etlserver.phosphonetx.StorageProcessorWithResultDataSetUploader storage-processor = ch.systemsx.cisd.openbis.etlserver.proteomics.StorageProcessorWithResultDataSetUploader
storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
storage-processor.assuming-extended-prot-xml = false storage-processor.assuming-extended-prot-xml = false
storage-processor.database.basic-name = ${data-source.basicDatabaseName} storage-processor.database.basic-name = ${data-source.basicDatabaseName}
......
...@@ -9,4 +9,6 @@ host-address = https://$HOSTNAME ...@@ -9,4 +9,6 @@ host-address = https://$HOSTNAME
quiet-period = 10 quiet-period = 10
check-interval = 5 check-interval = 5
data-dir = ${root-dir}
core-plugins-folder = ../core-plugins core-plugins-folder = ../core-plugins
\ No newline at end of file
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