From eadda6a8ed070194bfca3a18616cfc65c225d8b5 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 16 Jun 2010 11:30:42 +0000 Subject: [PATCH] MINOR: Improved documentation. SVN: 16553 --- screening/etc/service.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/screening/etc/service.properties b/screening/etc/service.properties index f72416071bf..eceddf9804b 100644 --- a/screening/etc/service.properties +++ b/screening/etc/service.properties @@ -234,10 +234,15 @@ plate-analysis-data.type-extractor.is-measured = false plate-analysis-data.storage-processor = ch.systemsx.cisd.openbis.dss.etl.featurevector.FeatureVectorStorageProcessor plate-analysis-data.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor plate-analysis-data.storage-processor.data-source = imaging-db +# The separator in the CSV feature-vector files plate-analysis-data.storage-processor.separator = ; +# Should lines starting with the '#' be ignored? plate-analysis-data.storage-processor.ignore-comments = true +# The name of the column that specifies the well row plate-analysis-data.storage-processor.well-name-row = WellName +# The name of the column that specifies the well column plate-analysis-data.storage-processor.well-name-col = WellName +# True if column names specified in spreadsheet form (A, B, etc.), false if they are pure numbers plate-analysis-data.storage-processor.well-name-col-is-alphanum = true -- GitLab