Skip to content
Snippets Groups Projects
Commit 5cc7d5e2 authored by tpylak's avatar tpylak
Browse files

SE-133 YeastX - clean service.properties for integration tests

SVN: 12789
parent bb6fc1f2
No related branches found
No related tags found
No related merge requests found
......@@ -67,35 +67,6 @@ reprocess-faulty-datasets = true
# ------------------------
processing-plugins = eicml-dropbox-processor, fiaml-dropbox-processor
eicml-dropbox-processor.label = Generate eicML datasets
eicml-dropbox-processor.dataset-types = MZXML
eicml-dropbox-processor.class = ch.systemsx.cisd.yeastx.etl.DropboxProcessingPluginYeastX
eicml-dropbox-processor.dropbox-dir = ${root}/dropbox-eicml
# how many times should it be retried when making copy of items fails
eicml-dropbox-processor.copy-max-retries = 5
# interval time in seconds between two copy retries
eicml-dropbox-processor.copy-failure-interval = 120
fiaml-dropbox-processor.label = Generate fiaML datasets
fiaml-dropbox-processor.dataset-types = MZXML
fiaml-dropbox-processor.class = ch.systemsx.cisd.yeastx.etl.DropboxProcessingPluginYeastX
fiaml-dropbox-processor.dropbox-dir = ${root}/dropbox-fiaml
fiaml-dropbox-processor.copy-max-retries = 5
fiaml-dropbox-processor.copy-failure-interval = 120
# ------------------------
maintenance-plugins=dataset-deletion-synchronizer
# Maintenance task deleting from metabol database data sets which have been deleted from openbis
dataset-deletion-synchronizer.class = ch.systemsx.cisd.yeastx.etl.MetabolDatabaseUpdater
# how often the synchronization should happen in seconds: every day
dataset-deletion-synchronizer.interval = 60
# ------------------------
inputs=main-thread, eicml-uploader, fiaml-uploader, quantml-uploader
# Globally used separator character which separates entities in a data set file name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment