From 9f115d6e24df1a4ff6d90e515c2c2767c77817c6 Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Tue, 19 Oct 2010 08:14:02 +0000 Subject: [PATCH] added a default drop-box SVN: 18340 --- deep_sequencing_unit/etc/service.properties | 23 +++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/deep_sequencing_unit/etc/service.properties b/deep_sequencing_unit/etc/service.properties index 76a5c90b338..832c8875327 100644 --- a/deep_sequencing_unit/etc/service.properties +++ b/deep_sequencing_unit/etc/service.properties @@ -103,7 +103,22 @@ illumina-summary.properties-file = # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name. # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' -inputs = flow-cell, fl1, fl2, fl3, fl4, fl5, fl6, fl7, fl8 +inputs = flow-cell, fl1, fl2, fl3, fl4, fl5, fl6, fl7, fl8, default + +default.incoming-dir = targets/playground/default_upload +default.incoming-data-completeness-condition = auto-detection +default.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor +default.data-set-info-extractor.strip-file-extension = true +default.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} +default.data-set-info-extractor.space-code = BSSE_FLOWCELLS +default.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor +default.type-extractor.file-format-type = PROPRIETARY +default.type-extractor.locator-type = RELATIVE_LOCATION +default.type-extractor.data-set-type = ILLUMINA_GA_OUTPUT +default.type-extractor.is-measured = true +default.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor +default.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor + # --------------------------------------------------------------------------- # 'flow-cell' thread configuration @@ -118,9 +133,9 @@ flow-cell.incoming-dir = targets/playground/incoming-flow-cell # The default value is 'marker-file'. flow-cell.incoming-data-completeness-condition = auto-detection -# The group the samples extracted by this thread belong to. If commented out or empty, then samples -# are considered associated to a database instance (not group private). -# flow-cell.group-code = <change this> +# The space the samples extracted by this thread belong to. If commented out or empty, then samples +# are considered associated to a database instance (not space private). +# flow-cell.space-code = <change this> # ---------------- Plugin properties # The extractor class to use for code extraction -- GitLab