Skip to content
Snippets Groups Projects
Commit 1a4506a3 authored by felmer's avatar felmer
Browse files

SE-246 example config for MsInjectionDataSetCopier

SVN: 15961
parent 3bc7ba17
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ demo-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.D ...@@ -119,7 +119,7 @@ demo-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.D
demo-reporter.properties-file = demo-reporter.properties-file =
# Comma separated names of processing plugins. Each plugin should have configuration properties prefixed with its name. # Comma separated names of processing plugins. Each plugin should have configuration properties prefixed with its name.
processing-plugins = copy-data-sets processing-plugins = copy-data-sets, ms-inj-copy
# The configuration of the processing plugin is the same as the reporting plugins configuration. # The configuration of the processing plugin is the same as the reporting plugins configuration.
copy-data-sets.label = Data Set Copier to User Location copy-data-sets.label = Data Set Copier to User Location
...@@ -128,6 +128,12 @@ copy-data-sets.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.stand ...@@ -128,6 +128,12 @@ copy-data-sets.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.stand
#copy-data-sets.destination = /Volumes/share-1-\$/user/cisd/felmer/phosphonetx/ #copy-data-sets.destination = /Volumes/share-1-\$/user/cisd/felmer/phosphonetx/
copy-data-sets.destination = vesuvio:tmp/${user} copy-data-sets.destination = vesuvio:tmp/${user}
ms-inj-copy.label = MS INJECTION Data Set Copier
ms-inj-copy.dataset-types = RAW_DATA, MZXML_DATA, MZML_DATA
ms-inj-copy.class = ch.systemsx.cisd.openbis.dss.phosphonetx.server.plugins.MsInjectionDataSetCopier
#ms-inj-copy.destination = /Volumes/share-1-\$/user/cisd/felmer/phosphonetx/
ms-inj-copy.destination = vesuvio:tmp
data-set-validators = val1 data-set-validators = val1
val1.data-set-type = HCS_IMAGE_ANALYSIS_DATA val1.data-set-type = 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