Skip to content
Snippets Groups Projects
Commit 4cf678fb authored by tpylak's avatar tpylak
Browse files

minor: add yeastx new config to integration-test files (no tests are base on...

minor: add yeastx new config to integration-test files (no tests are base on it, just for documentation)

SVN: 14324
parent a3cb702b
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,39 @@ download-url = https://localhost:8444 ...@@ -52,6 +52,39 @@ download-url = https://localhost:8444
# SMTP properties (must start with 'mail' to be considered). # SMTP properties (must start with 'mail' to be considered).
mail.smtp.host = file://${root} mail.smtp.host = file://${root}
yeastx-databaseEngineCode = postgresql
yeastx-basicDatabaseName = metabol
yeastx-databaseKind = dev
# ------------------------
# Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
reporting-plugins = eicml-chromatograms-reporter, eicml-runs-reporter
# Label of the plugin which will be shown for the users.
eicml-chromatograms-reporter.label = Show eicML chromatograms
# Comma separated list of dataset type codes which can be handled by this plugin.
eicml-chromatograms-reporter.dataset-types = EICML
# Plugin class specification (together with the list of packages this class belongs to).
eicml-chromatograms-reporter.class = ch.systemsx.cisd.yeastx.eicml.EICMLChromatogramsReporter
# The property file. Its content will be passed as a parameter to the plugin.
eicml-chromatograms-reporter.properties-file =
eicml-chromatograms-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
eicml-chromatograms-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
eicml-chromatograms-reporter.database.databaseKind = ${yeastx-databaseKind}
# Label of the plugin which will be shown for the users.
eicml-runs-reporter.label = Show eicML runs
# Comma separated list of dataset type codes which can be handled by this plugin.
eicml-runs-reporter.dataset-types = EICML
# Plugin class specification (together with the list of packages this class belongs to).
eicml-runs-reporter.class = ch.systemsx.cisd.yeastx.eicml.EICMLRunsReporter
# The property file. Its content will be passed as a parameter to the plugin.
eicml-runs-reporter.properties-file =
eicml-runs-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
eicml-runs-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
eicml-runs-reporter.database.databaseKind = ${yeastx-databaseKind}
# ------------------------ # ------------------------
# The period of no write access that needs to pass before an incoming data item is considered # The period of no write access that needs to pass before an incoming data item is considered
...@@ -86,10 +119,6 @@ sample-name-property-code = samplename ...@@ -86,10 +119,6 @@ sample-name-property-code = samplename
experiment-name-property-code = name experiment-name-property-code = name
file-name-property-code = file_name file-name-property-code = file_name
yeastx-databaseEngineCode = postgresql
yeastx-basicDatabaseName = metabol
yeastx-databaseKind = dev
gain-write-access-script = ../datastore_server_yeastx/takeCifsOwnershipRecursive.sh gain-write-access-script = ../datastore_server_yeastx/takeCifsOwnershipRecursive.sh
main-thread.dataset-handler = ch.systemsx.cisd.yeastx.etl.BatchDataSetHandler main-thread.dataset-handler = ch.systemsx.cisd.yeastx.etl.BatchDataSetHandler
......
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