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
16c14ce4
Commit
16c14ce4
authored
17 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-142 replace code extractors by data set info extractors
SVN: 5190
parent
ec7a2d3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
integration-tests/run.sh
+1
-1
1 addition, 1 deletion
integration-tests/run.sh
integration-tests/templates/etlserver-all/etc/service.properties
+12
-12
12 additions, 12 deletions
...tion-tests/templates/etlserver-all/etc/service.properties
with
13 additions
and
13 deletions
integration-tests/run.sh
+
1
−
1
View file @
16c14ce4
...
...
@@ -547,7 +547,7 @@ function assert_empty_in_out_folders {
function
assert_correct_content_of_processing_dir
{
echo
====
assert correct content of processing-dir
====
local
data_set
=
$DATA
/processing-dir/microX_200801011213_3VCP1
local
data_set
=
$DATA
/processing-dir/microX
-3VCP1_microX
_200801011213_3VCP1
assert_same_content
$TEST_DATA
/3VCP1
$data_set
assert_same_content
$TEMPLATE
/openBIS-client/testdata/register-experiments/processing-parameters.txt
\
$DATA
/processing-dir/processing-parameters-from-openbis
...
...
This diff is collapsed.
Click to expand it.
integration-tests/templates/etlserver-all/etc/service.properties
+
12
−
12
View file @
16c14ce4
...
...
@@ -48,15 +48,15 @@ inputs=raw-data,image-analysis
# The directory to watch for incoming data.
raw-data.incoming-dir
=
../data/out-raw
# The extractor plugin class to use for
code
extraction
raw-data.
code
-extractor
=
ch.systemsx.cisd.etlserver.threev.
Code
ExtractorForDataAcquisition
# The extractor plugin class to use for
data set information
extraction
raw-data.
data-set-info
-extractor
=
ch.systemsx.cisd.etlserver.threev.
DataSetInfo
ExtractorForDataAcquisition
# Separator used to extract the barcode in the data set file name
raw-data.
code
-extractor.entity-separator
=
${date-set-file-name-entity-separator}
raw-data.
code
-extractor.index-of-data-producer-code
=
0
raw-data.
code
-extractor.index-of-data-production-date
=
1
raw-data.
code
-extractor.data-production-date-format
=
yyyyMMddHHmm
raw-data.
code
-extractor.indices-of-data-set-code-entities
=
0 1
raw-data.
code
-extractor.data-set-code-entities-glue
=
-
raw-data.
data-set-info
-extractor.entity-separator
=
${date-set-file-name-entity-separator}
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.data-production-date-format
=
yyyyMMddHHmm
raw-data.
data-set-info
-extractor.indices-of-data-set-code-entities
=
0
-
1
raw-data.
data-set-info
-extractor.data-set-code-entities-glue
=
-
# ...........................................................................
# The extractor plugin class to use for type extraction
...
...
@@ -87,11 +87,11 @@ raw-data.post-processor-factory = ch.systemsx.cisd.etlserver.DummyPostProcessorF
# ---------------------------------------------------------------------------
image-analysis.incoming-dir
=
../data/out-analys
image-analysis.
code
-extractor
=
ch.systemsx.cisd.etlserver.threev.
Code
ExtractorForImageAnalysis
image-analysis.
data-set-info
-extractor
=
ch.systemsx.cisd.etlserver.threev.
DataSetInfo
ExtractorForImageAnalysis
# Separator used to extract the barcode in the data set file name
image-analysis.
code
-extractor.entity-separator
=
${date-set-file-name-entity-separator}
image-analysis.
code
-extractor.indices-of-parent-data-set-code-entities
=
0 1
image-analysis.
code
-extractor.data-set-code-entities-glue
=
-
image-analysis.
data-set-info
-extractor.entity-separator
=
${date-set-file-name-entity-separator}
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
=
-
# ...........................................................................
# The extractor class to use for type extraction
...
...
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