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

LMS-2349 minor: dropbox config

SVN: 21991
parent 1632c6b1
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,12 @@ abase-datasource.database-url = jdbc:postgresql://localhost/abase_mock_db ...@@ -12,11 +12,12 @@ abase-datasource.database-url = jdbc:postgresql://localhost/abase_mock_db
inputs= ..., dropbox-all-in-one-with-library inputs= ..., dropbox-all-in-one-with-library
dropbox-all-in-one-with-library.incoming-dir = ${root-dir}/incoming-all-in-one-with-library dropbox-all-in-one-with-library.incoming-dir = ${incoming-root-dir}/incoming-all-in-one-with-library
dropbox-all-in-one-with-library.top-level-data-set-handler = ch.systemsx.cisd.openbis.dss.etl.jython.JythonPlateDataSetHandler dropbox-all-in-one-with-library.top-level-data-set-handler = ch.systemsx.cisd.openbis.dss.etl.jython.JythonPlateDataSetHandler
dropbox-all-in-one-with-library.incoming-data-completeness-condition = auto-detection dropbox-all-in-one-with-library.incoming-data-completeness-condition = auto-detection
dropbox-all-in-one-with-library.strip-file-extension = true dropbox-all-in-one-with-library.strip-file-extension = true
dropbox-all-in-one-with-library.script-path = <path-to-the-script>/dropbox-all-in-one-with-library.py dropbox-all-in-one-with-library.script-path = ${root-dir}/scripts/dropbox-all-in-one-with-library.py
dropbox-all-in-one-with-library.staging-dir = ${incoming-root-dir}
dropbox-all-in-one-with-library.storage-processor = ch.systemsx.cisd.etlserver.DispatcherStorageProcessor dropbox-all-in-one-with-library.storage-processor = ch.systemsx.cisd.etlserver.DispatcherStorageProcessor
dropbox-all-in-one-with-library.storage-processor.processors = images, analysis dropbox-all-in-one-with-library.storage-processor.processors = images, analysis
...@@ -30,4 +31,4 @@ dropbox-all-in-one-with-library.storage-processor.analysis.data-source = imaging ...@@ -30,4 +31,4 @@ dropbox-all-in-one-with-library.storage-processor.analysis.data-source = imaging
dropbox-all-in-one-with-library.storage-processor.analysis.separator = , dropbox-all-in-one-with-library.storage-processor.analysis.separator = ,
dropbox-all-in-one-with-library.storage-processor.analysis.well-name-row = Well dropbox-all-in-one-with-library.storage-processor.analysis.well-name-row = Well
dropbox-all-in-one-with-library.storage-processor.analysis.well-name-col = Well dropbox-all-in-one-with-library.storage-processor.analysis.well-name-col = Well
dropbox-all-in-one-with-library.storage-processor.analysis.well-name-col-is-alphanum = true dropbox-all-in-one-with-library.storage-processor.analysis.well-name-col-is-alphanum = true
\ 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