Skip to content
Snippets Groups Projects
Commit bc966ac3 authored by brinn's avatar brinn
Browse files

add: the name of two more properties that can be configured for the DefaultDataSetInfoExtractor

SVN: 10914
parent 2ef4031c
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,10 @@ main-thread.incoming-data-completeness-condition = marker-file
main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
# Separator used to extract the barcode in the data set file name
main-thread.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
# The index of the sample code in the name when splitted by the entity-separator
#main-thread.index-of-sample-code = -1
# The index of the code of the parent data set (leave that commented out to _not_ have a data set parent)
#index-of-parent-data-set-code = -2
# The group
main-thread.data-set-info-extractor.group-code = TEST
# Location of file containing data set properties
......
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