From bc966ac3312d601562aae9421567b5776b7cb1c2 Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Tue, 5 May 2009 12:59:56 +0000 Subject: [PATCH] add: the name of two more properties that can be configured for the DefaultDataSetInfoExtractor SVN: 10914 --- datastore_server/dist/etc/service.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/datastore_server/dist/etc/service.properties b/datastore_server/dist/etc/service.properties index 464659093ac..d6e5f356bed 100644 --- a/datastore_server/dist/etc/service.properties +++ b/datastore_server/dist/etc/service.properties @@ -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 -- GitLab