Skip to content
Snippets Groups Projects
Commit 9f115d6e authored by kohleman's avatar kohleman
Browse files

added a default drop-box

SVN: 18340
parent a8614121
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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