Skip to content
Snippets Groups Projects
Commit c1592d27 authored by izabel's avatar izabel
Browse files

fix dss configuration

SVN: 15753
parent 8267e4cc
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ quiet-period = 3
# ---------------------------------------------------------------------------
# Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
reporting-plugins = plate-image-reporter, plate-image-params-reporter, plate-image-analysis-merger, plate-image-analysis-graph, demo-reporter
reporting-plugins = plate-image-reporter, plate-image-params-reporter, default-plate-image-analysis-merger, plate-image-analysis-graph, demo-reporter
# Label of the plugin which will be shown for the users.
demo-reporter.label = Show Dataset Size
......@@ -108,10 +108,10 @@ plate-image-params-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.
# The property file. Its content will be passed as a parameter to the plugin.
plate-image-params-reporter.properties-file =
plate-image-analysis-merger.label = Show Image Analysis Results
plate-image-analysis-merger.dataset-types = HCS_IMAGE_ANALYSIS_DATA
plate-image-analysis-merger.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.ImageAnalysisMergedRowsReportingPlugin
plate-image-analysis-merger.properties-file =
default-plate-image-analysis-merger.label = Show Image Analysis Results
default-plate-image-analysis-merger.dataset-types = HCS_IMAGE_ANALYSIS_DATA
default-plate-image-analysis-merger.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.ImageAnalysisMergedRowsReportingPlugin
default-plate-image-analysis-merger.properties-file =
plate-image-analysis-graph.label = Show Image Analysis Graphs
plate-image-analysis-graph.dataset-types = HCS_IMAGE_ANALYSIS_DATA
......
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