Skip to content
Snippets Groups Projects
Commit eadda6a8 authored by cramakri's avatar cramakri
Browse files

MINOR: Improved documentation.

SVN: 16553
parent 4eff4a06
No related branches found
No related tags found
No related merge requests found
...@@ -234,10 +234,15 @@ plate-analysis-data.type-extractor.is-measured = false ...@@ -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 = ch.systemsx.cisd.openbis.dss.etl.featurevector.FeatureVectorStorageProcessor
plate-analysis-data.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor plate-analysis-data.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
plate-analysis-data.storage-processor.data-source = imaging-db plate-analysis-data.storage-processor.data-source = imaging-db
# The separator in the CSV feature-vector files
plate-analysis-data.storage-processor.separator = ; plate-analysis-data.storage-processor.separator = ;
# Should lines starting with the '#' be ignored?
plate-analysis-data.storage-processor.ignore-comments = true 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 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 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 plate-analysis-data.storage-processor.well-name-col-is-alphanum = true
......
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