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
c7f1b218
Commit
c7f1b218
authored
14 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
LMS-1568 screening config update
SVN: 16338
parent
e890d2bb
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
screening/etc/service.properties
+47
-23
47 additions, 23 deletions
screening/etc/service.properties
with
47 additions
and
23 deletions
screening/etc/service.properties
+
47
−
23
View file @
c7f1b218
...
@@ -124,8 +124,8 @@ hierarchical-storage-updater.hierarchy-root-dir = targets/hierarchical-store
...
@@ -124,8 +124,8 @@ hierarchical-storage-updater.hierarchy-root-dir = targets/hierarchical-store
# list of additional web servlets which will be exposed
# list of additional web servlets which will be exposed
plugin-services
=
screening-image-download-servlet, tabular-data-graph-servlet, screening-dss-api-exporter-servlet
plugin-services
=
screening-image-download-servlet, tabular-data-graph-servlet, screening-dss-api-exporter-servlet
# class of the web servlet
# class of the web servlet
#
screening-image-download-servlet.class = ch.systemsx.cisd.openbis.dss.generic.server.MergingImagesDownloadServlet
screening-image-download-servlet.class
=
ch.systemsx.cisd.openbis.dss.generic.server.MergingImagesDownloadServlet
screening-image-download-servlet.class
=
ch.systemsx.cisd.openbis.dss.generic.server.SplittingImagesDownloadServlet
#
screening-image-download-servlet.class = ch.systemsx.cisd.openbis.dss.generic.server.SplittingImagesDownloadServlet
# URL which will be mapped to this servlet
# URL which will be mapped to this servlet
screening-image-download-servlet.path
=
/datastore_server_screening/*
screening-image-download-servlet.path
=
/datastore_server_screening/*
...
@@ -151,7 +151,7 @@ imaging-db.scriptFolder = source/sql
...
@@ -151,7 +151,7 @@ imaging-db.scriptFolder = source/sql
# Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
# 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'
# E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
inputs
=
raw-data, plate-analysis-data, lmc-raw-data, lmc-jpg-data, lmc-segmented-jpg-data,
image-db-data
, pelk-raw-img-db, lmc-raw-img-db
inputs
=
raw-data, plate-analysis-data, lmc-raw-data, lmc-jpg-data, lmc-segmented-jpg-data,
genedata-raw-img-db
, pelk-raw-img-db, lmc-raw-img-db
, genedata-image-analysis-results
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
# 'raw-data' thread configuration
# 'raw-data' thread configuration
...
@@ -168,7 +168,7 @@ raw-data.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-
...
@@ -168,7 +168,7 @@ raw-data.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-
raw-data.data-set-info-extractor.index-of-sample-code
=
-1
raw-data.data-set-info-extractor.index-of-sample-code
=
-1
raw-data.data-set-info-extractor.index-of-data-producer-code
=
1
raw-data.data-set-info-extractor.index-of-data-producer-code
=
1
raw-data.data-set-info-extractor.index-of-data-production-date
=
0
raw-data.data-set-info-extractor.index-of-data-production-date
=
0
raw-data.data-set-info-extractor.space-code
=
HCS-LAB-STOCKLI
raw-data.data-set-info-extractor.space-code
=
DEMO
# The extractor class to use for type extraction
# The extractor class to use for type extraction
raw-data.type-extractor
=
ch.systemsx.cisd.etlserver.SimpleTypeExtractor
raw-data.type-extractor
=
ch.systemsx.cisd.etlserver.SimpleTypeExtractor
...
@@ -335,29 +335,54 @@ lmc-segmented-jpg-data.storage-processor.file_extension = jpg
...
@@ -335,29 +335,54 @@ lmc-segmented-jpg-data.storage-processor.file_extension = jpg
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
# The directory to watch for incoming data.
# The directory to watch for incoming data.
image-db-data
.incoming-dir
=
targets/raw-images-db
genedata-raw-img-db
.incoming-dir
=
targets/raw-images-db
image-db-data
.incoming-data-completeness-condition
=
auto-detection
genedata-raw-img-db
.incoming-data-completeness-condition
=
auto-detection
# The extractor class to use for code extraction
# The extractor class to use for code extraction
image-db-data
.data-set-info-extractor
=
ch.systemsx.cisd.
etlserver.Default
DataSetInfoExtractor
genedata-raw-img-db
.data-set-info-extractor
=
ch.systemsx.cisd.
openbis.dss.etl.genedata.
DataSetInfoExtractor
ForDataAcquisition
# 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-db-data
.data-set-info-extractor.entity-separator
=
.
genedata-raw-img-db
.data-set-info-extractor.entity-separator
=
.
image-db-data
.data-set-info-extractor.index-of-sample-code
=
0
genedata-raw-img-db
.data-set-info-extractor.index-of-sample-code
=
0
image-db-data
.data-set-info-extractor.index-of-data-producer-code
=
genedata-raw-img-db
.data-set-info-extractor.index-of-data-producer-code
=
image-db-data
.data-set-info-extractor.space-code = DEMO
genedata-raw-img-db
.data-set-info-extractor.space-code = DEMO
# The extractor class to use for type extraction
# The extractor class to use for type extraction
image-db-data.type-extractor
=
ch.systemsx.cisd.etlserver.SimpleTypeExtractor
genedata-raw-img-db.type-extractor
=
ch.systemsx.cisd.etlserver.SimpleTypeExtractor
image-db-data.type-extractor.file-format-type
=
JPG
genedata-raw-img-db.type-extractor.file-format-type
=
JPG
image-db-data.type-extractor.locator-type
=
RELATIVE_LOCATION
genedata-raw-img-db.type-extractor.locator-type
=
RELATIVE_LOCATION
image-db-data.type-extractor.data-set-type
=
HCS_IMAGE
genedata-raw-img-db.type-extractor.data-set-type
=
HCS_IMAGE
image-db-data.type-extractor.is-measured
=
true
genedata-raw-img-db.type-extractor.is-measured
=
true
image-db-data.storage-processor
=
ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor
genedata-raw-img-db.storage-processor
=
ch.systemsx.cisd.openbis.dss.etl.PlateStorageProcessor
image-db-data.storage-processor.channel-names
=
dapi, gfp
genedata-raw-img-db.storage-processor.channel-names
=
dapi, gfp
image-db-data.storage-processor.well_geometry
=
1x1
genedata-raw-img-db.storage-processor.well_geometry
=
1x1
image-db-data.storage-processor.deprecated-file-extractor
=
ch.systemsx.cisd.openbis.dss.etl.genedata.HCSImageFileExtractor
genedata-raw-img-db.storage-processor.deprecated-file-extractor
=
ch.systemsx.cisd.openbis.dss.etl.genedata.HCSImageFileExtractor
image-db-data.storage-processor.data-source
=
imaging-db
genedata-raw-img-db.storage-processor.data-source
=
imaging-db
# ---------------------------------------------------------------------------
# GENEDATA images analysis results
# ---------------------------------------------------------------------------
# The directory to watch for incoming data.
genedata-image-analysis-results.incoming-dir
=
targets/incoming-genedata-feature-vectors
genedata-image-analysis-results.incoming-data-completeness-condition
=
auto-detection
# The extractor class to use for code extraction
genedata-image-analysis-results.data-set-info-extractor
=
ch.systemsx.cisd.openbis.dss.etl.genedata.DataSetInfoExtractorForImageAnalysis
# Separator used to extract the barcode in the data set file name
genedata-image-analysis-results.data-set-info-extractor.entity-separator
=
.
genedata-image-analysis-results.data-set-info-extractor.index-of-sample-code
=
0
genedata-image-analysis-results.data-set-info-extractor.space-code
=
DEMO
# The extractor class to use for type extraction
genedata-image-analysis-results.type-extractor
=
ch.systemsx.cisd.etlserver.SimpleTypeExtractor
genedata-image-analysis-results.type-extractor.file-format-type
=
CSV
genedata-image-analysis-results.type-extractor.locator-type
=
RELATIVE_LOCATION
genedata-image-analysis-results.type-extractor.data-set-type
=
HCS_IMAGE_ANALYSIS_DATA
genedata-image-analysis-results.type-extractor.is-measured
=
false
# The storage processor (IStorageProcessor implementation)
genedata-image-analysis-results.storage-processor
=
ch.systemsx.cisd.openbis.dss.etl.genedata.FeatureStorageProcessor
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
...
@@ -412,7 +437,6 @@ lmc-raw-img-db.storage-processor.channel-names = dapi, gfp
...
@@ -412,7 +437,6 @@ lmc-raw-img-db.storage-processor.channel-names = dapi, gfp
lmc-raw-img-db.storage-processor.well_geometry
=
3x3
lmc-raw-img-db.storage-processor.well_geometry
=
3x3
lmc-raw-img-db.storage-processor.deprecated-file-extractor
=
ch.systemsx.cisd.openbis.dss.etl.lmc.HCSImageFileExtractor
lmc-raw-img-db.storage-processor.deprecated-file-extractor
=
ch.systemsx.cisd.openbis.dss.etl.lmc.HCSImageFileExtractor
lmc-raw-img-db.storage-processor.data-source
=
imaging-db
lmc-raw-img-db.storage-processor.data-source
=
imaging-db
#lmc-raw-img-db.storage-processor.
#lmc-raw-img-db.storage-processor.compute_file_checksums = false
#lmc-raw-img-db.storage-processor.compute_file_checksums = false
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
...
...
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