Skip to content
Snippets Groups Projects
Commit 1c6a9398 authored by felmer's avatar felmer
Browse files

rename line -> lane

SVN: 13064
parent d24aa387
No related branches found
No related tags found
No related merge requests found
...@@ -124,27 +124,27 @@ flow-cell.type-extractor.is-measured = true ...@@ -124,27 +124,27 @@ flow-cell.type-extractor.is-measured = true
# The storage processor (IStorageProcessor implementation) # The storage processor (IStorageProcessor implementation)
flow-cell.storage-processor = ch.ethz.bsse.cisd.dsu.dss.StorageProcessor flow-cell.storage-processor = ch.ethz.bsse.cisd.dsu.dss.StorageProcessor
flow-cell.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor flow-cell.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
# Template of flow-line drop boxes. {0} is the place holder for flow line number # Template of flow-lane drop boxes. {0} is the place holder for flow lane number
flow-cell.storage-processor.flow-line-drop-box-template = data/drop-box-{0} flow-cell.storage-processor.flow-lane-drop-box-template = data/drop-box-{0}
flow-cell.storage-processor.transfer.BSSE = data/drop-box-bsse flow-cell.storage-processor.transfer.BSSE = data/drop-box-bsse
# -------- Flow Line 1 -------------------------------------- # -------- Flow Lane 1 --------------------------------------
fl1.incoming-dir = data/drop-box-1 fl1.incoming-dir = data/drop-box-1
fl1.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor fl1.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
fl1.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} fl1.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
fl1.data-set-info-extractor.index-of-group-code = 0 fl1.data-set-info-extractor.index-of-group-code = 0
fl1.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor fl1.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
fl1.type-extractor.file-format-type = PROPRIETARY fl1.type-extractor.file-format-type = PROPRIETARY
fl1.type-extractor.data-set-type = FLOW_LINE fl1.type-extractor.data-set-type = FLOW_LANE
fl1.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor fl1.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
# -------- Flow Line 2 -------------------------------------- # -------- Flow Lane 2 --------------------------------------
fl2.incoming-dir = data/drop-box-2 fl2.incoming-dir = data/drop-box-2
fl2.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor fl2.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
fl2.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} fl2.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
fl2.data-set-info-extractor.index-of-group-code = 0 fl2.data-set-info-extractor.index-of-group-code = 0
fl2.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor fl2.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
fl2.type-extractor.file-format-type = PROPRIETARY fl2.type-extractor.file-format-type = PROPRIETARY
fl2.type-extractor.data-set-type = FLOW_LINE fl2.type-extractor.data-set-type = FLOW_LANE
fl2.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor fl2.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
...@@ -124,27 +124,27 @@ flow-cell.type-extractor.is-measured = true ...@@ -124,27 +124,27 @@ flow-cell.type-extractor.is-measured = true
# The storage processor (IStorageProcessor implementation) # The storage processor (IStorageProcessor implementation)
flow-cell.storage-processor = ch.ethz.bsse.cisd.dsu.dss.StorageProcessor flow-cell.storage-processor = ch.ethz.bsse.cisd.dsu.dss.StorageProcessor
flow-cell.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor flow-cell.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
flow-cell.storage-processor.flow-line-drop-box-template = targets/playground/drop-box-{0} flow-cell.storage-processor.flow-lane-drop-box-template = targets/playground/drop-box-{0}
flow-cell.storage-processor.entity-separator = ${data-set-file-name-entity-separator} flow-cell.storage-processor.entity-separator = ${data-set-file-name-entity-separator}
flow-cell.storage-processor.transfer.FMI = targets/playground/drop-box-fmi flow-cell.storage-processor.transfer.FMI = targets/playground/drop-box-fmi
# -------- Flow Line 1 -------------------------------------- # -------- Flow Lane 1 --------------------------------------
fl1.incoming-dir = targets/playground/drop-box-1 fl1.incoming-dir = targets/playground/drop-box-1
fl1.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor fl1.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
fl1.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} fl1.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
fl1.data-set-info-extractor.index-of-group-code = 0 fl1.data-set-info-extractor.index-of-group-code = 0
fl1.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor fl1.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
fl1.type-extractor.file-format-type = PROPRIETARY fl1.type-extractor.file-format-type = PROPRIETARY
fl1.type-extractor.data-set-type = FLOW_LINE fl1.type-extractor.data-set-type = FLOW_LANE
fl1.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor fl1.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
# -------- Flow Line 2 -------------------------------------- # -------- Flow Lane 2 --------------------------------------
fl2.incoming-dir = targets/playground/drop-box-2 fl2.incoming-dir = targets/playground/drop-box-2
fl2.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor fl2.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
fl2.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} fl2.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
fl2.data-set-info-extractor.index-of-group-code = 0 fl2.data-set-info-extractor.index-of-group-code = 0
fl2.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor fl2.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
fl2.type-extractor.file-format-type = PROPRIETARY fl2.type-extractor.file-format-type = PROPRIETARY
fl2.type-extractor.data-set-type = FLOW_LINE fl2.type-extractor.data-set-type = FLOW_LANE
fl2.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor fl2.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
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