Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
0704ab6f
Commit
0704ab6f
authored
16 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-775 DefaultDataSetInfoExtractor sets group code as specified in service.properties
SVN: 10841
parent
04d4be21
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/templates/datastore_server-all/etc/service.properties
+2
-6
2 additions, 6 deletions
...sts/templates/datastore_server-all/etc/service.properties
with
2 additions
and
6 deletions
integration-tests/templates/datastore_server-all/etc/service.properties
+
2
−
6
View file @
0704ab6f
...
@@ -77,14 +77,12 @@ inputs=raw-data,image-analysis
...
@@ -77,14 +77,12 @@ inputs=raw-data,image-analysis
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
# The directory to watch for incoming data.
# The directory to watch for incoming data.
raw-data.incoming-dir
=
../data/out-raw
raw-data.incoming-dir
=
../data/out-raw
# 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).
raw-data.group-code
=
CISD
# The extractor plugin class to use for data set information extraction
# The extractor plugin class to use for data set information extraction
raw-data.data-set-info-extractor
=
ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForDataAcquisition
raw-data.data-set-info-extractor
=
ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForDataAcquisition
# Separator used to extract the barcode in the data set file name
# Separator used to extract the barcode in the data set file name
raw-data.data-set-info-extractor.entity-separator
=
${data-set-file-name-entity-separator}
raw-data.data-set-info-extractor.entity-separator
=
${data-set-file-name-entity-separator}
raw-data.data-set-info-extractor.group-code
=
CISD
raw-data.data-set-info-extractor.index-of-data-producer-code
=
0
raw-data.data-set-info-extractor.index-of-data-producer-code
=
0
raw-data.data-set-info-extractor.index-of-data-production-date
=
1
raw-data.data-set-info-extractor.index-of-data-production-date
=
1
raw-data.data-set-info-extractor.data-production-date-format
=
yyyyMMddHHmm
raw-data.data-set-info-extractor.data-production-date-format
=
yyyyMMddHHmm
...
@@ -115,13 +113,11 @@ raw-data.storage-processor.file-extractor = ch.systemsx.cisd.etlserver.imsb.HCSI
...
@@ -115,13 +113,11 @@ raw-data.storage-processor.file-extractor = ch.systemsx.cisd.etlserver.imsb.HCSI
# image-analysis thread
# image-analysis thread
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
image-analysis.incoming-dir
=
../data/out-analysis
image-analysis.incoming-dir
=
../data/out-analysis
# 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).
image-analysis.group-code
=
CISD
image-analysis.data-set-info-extractor
=
ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForImageAnalysis
image-analysis.data-set-info-extractor
=
ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForImageAnalysis
# Separator used to extract the barcode in the data set file name
# Separator used to extract the barcode in the data set file name
image-analysis.data-set-info-extractor.entity-separator
=
${data-set-file-name-entity-separator}
image-analysis.data-set-info-extractor.entity-separator
=
${data-set-file-name-entity-separator}
image-analysis.data-set-info-extractor.group-code
=
CISD
image-analysis.data-set-info-extractor.indices-of-parent-data-set-code-entities
=
0 -1
image-analysis.data-set-info-extractor.indices-of-parent-data-set-code-entities
=
0 -1
image-analysis.data-set-info-extractor.data-set-code-entities-glue
=
-
image-analysis.data-set-info-extractor.data-set-code-entities-glue
=
-
# ...........................................................................
# ...........................................................................
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment