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
476acf14
Commit
476acf14
authored
15 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
SE-145 set reprocess-faulty-datasets in yeastx integration tests
SVN: 12960
parent
c018565e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/templates/datastore_server_yeastx/etc/service.properties
+4
-8
4 additions, 8 deletions
.../templates/datastore_server_yeastx/etc/service.properties
with
4 additions
and
8 deletions
integration-tests/templates/datastore_server_yeastx/etc/service.properties
+
4
−
8
View file @
476acf14
...
...
@@ -59,12 +59,6 @@ mail.smtp.host = file://${root}
# Valid only when auto-detection method is used to determine if an incoming data are ready to be processed.
quiet-period
=
3
# Specifies what should happen if an error occurs during dataset processing.
# By default this flag is set to false and user has to modify the 'faulty paths file'
# each time the faulty dataset should be processed again.
# Set this flag to true if the processing should be repeated after some time without any manual intervention.
reprocess-faulty-datasets
=
true
# ------------------------
inputs
=
main-thread, eicml-uploader, fiaml-uploader, quantml-uploader
...
...
@@ -86,6 +80,7 @@ main-thread.incoming-dir = ${root}/incoming
# The default value is 'marker-file'.
main-thread.incoming-data-completeness-condition
=
auto-detection
main-thread.incoming-dir.format
=
main-thread.reprocess-faulty-datasets = true
sample-name-property-code
=
samplename
experiment-name-property-code
=
name
...
...
@@ -142,7 +137,7 @@ main-thread.storage-processor.processor.processor = ch.systemsx.cisd.etlserver.D
eicml-uploader.incoming-dir
=
${root}/incoming-eicml
eicml-uploader.incoming-data-completeness-condition
=
auto-detection
eicml-uploader.incoming-dir.format
=
eicml-uploader.reprocess-faulty-datasets = false
# The extractor class to use for code extraction
eicml-uploader.data-set-info-extractor
=
ch.systemsx.cisd.yeastx.etl.DataSetInfoExtractorYeastX
...
...
@@ -173,7 +168,7 @@ eicml-uploader.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultS
fiaml-uploader.incoming-dir
=
${root}/incoming-fiaml
fiaml-uploader.incoming-data-completeness-condition
=
auto-detection
fiaml-uploader.incoming-dir.format
=
fiaml-uploader.reprocess-faulty-datasets = false
# The extractor class to use for code extraction
fiaml-uploader.data-set-info-extractor
=
ch.systemsx.cisd.yeastx.etl.DataSetInfoExtractorYeastX
...
...
@@ -204,6 +199,7 @@ fiaml-uploader.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultS
quantml-uploader.incoming-dir
=
${root}/incoming-quantml
quantml-uploader.incoming-data-completeness-condition
=
auto-detection
quantml-uploader.incoming-dir.format
=
quantml-uploader.reprocess-faulty-datasets = false
# The extractor class to use for code extraction
quantml-uploader.data-set-info-extractor
=
ch.systemsx.cisd.yeastx.quant.QuantMLDataSetInfoExtractor
...
...
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