Skip to content
Snippets Groups Projects
Commit 09bdb6da authored by ribeaudc's avatar ribeaudc
Browse files

minor: - We no longer use 'global/local' to distinguish the origin of sample.

SVN: 7638
parent e4192048
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ 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).
# 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
......@@ -98,7 +98,7 @@ raw-data.storage-processor.file-extractor = ch.systemsx.cisd.etlserver.imsb.HCSI
# ---------------------------------------------------------------------------
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).
# 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
......
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