Skip to content
Snippets Groups Projects
Commit 4c66bd31 authored by ribeaudc's avatar ribeaudc
Browse files

[LMS-504] fix: - ETL server Unit tests.

minor: - Improve javadoc and put final keyword when possible.

SVN: 7554
parent acddacf7
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ inputs=raw-data,image-analysis
# ---------------------------------------------------------------------------
# The directory to watch for incoming data.
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 global (not group private).
raw-data.group-code = CISD
# The extractor plugin class to use for data set information extraction
......@@ -95,6 +97,8 @@ raw-data.storage-processor.file-extractor = ch.systemsx.cisd.etlserver.imsb.HCSI
# image-analysis thread
# ---------------------------------------------------------------------------
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 global (not group private).
image-analysis.group-code = CISD
image-analysis.data-set-info-extractor = ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForImageAnalysis
......
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