Skip to content
Snippets Groups Projects
Commit 5981f43e authored by buczekp's avatar buczekp
Browse files

[LMS-1634] change columns from Strings to Longs

SVN: 16987
parent 3b385b09
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,23 @@ data-set-file-name-entity-separator = _ ...@@ -84,6 +84,23 @@ data-set-file-name-entity-separator = _
# Note that this can increase the server load. # Note that this can increase the server load.
# reprocess-faulty-datasets = false # reprocess-faulty-datasets = false
# ---------------------------------------------------------------------------
# reporting and processing plugins configuration
# ---------------------------------------------------------------------------
# Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
# If name has 'default-' prefix it will be used by default in data set Data View.
reporting-plugins = illumina-summary
# Label of the plugin which will be shown for the users.
illumina-summary.label = Illumina Summary
# Comma separated list of dataset type codes which can be handled by this plugin.
illumina-summary.dataset-types = SHORT_READS_SEQUENCING, ILLUMINA_GA_OUTPUT
# Plugin class specification (together with the list of packages this class belongs to).
illumina-summary.class = ch.ethz.bsse.cisd.dsu.dss.plugins.IlluminaSummaryReportingPlugin
# The property file. Its content will be passed as a parameter to the plugin.
illumina-summary.properties-file =
# Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name. # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
# E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
inputs = flow-cell, fl1, fl2 inputs = flow-cell, fl1, fl2
......
...@@ -84,6 +84,23 @@ data-set-file-name-entity-separator = _ ...@@ -84,6 +84,23 @@ data-set-file-name-entity-separator = _
# Note that this can increase the server load. # Note that this can increase the server load.
# reprocess-faulty-datasets = false # reprocess-faulty-datasets = false
# ---------------------------------------------------------------------------
# reporting and processing plugins configuration
# ---------------------------------------------------------------------------
# Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
# If name has 'default-' prefix it will be used by default in data set Data View.
reporting-plugins = illumina-summary
# Label of the plugin which will be shown for the users.
illumina-summary.label = Illumina Summary
# Comma separated list of dataset type codes which can be handled by this plugin.
illumina-summary.dataset-types = SHORT_READS_SEQUENCING, ILLUMINA_GA_OUTPUT
# Plugin class specification (together with the list of packages this class belongs to).
illumina-summary.class = ch.ethz.bsse.cisd.dsu.dss.plugins.IlluminaSummaryReportingPlugin
# The property file. Its content will be passed as a parameter to the plugin.
illumina-summary.properties-file =
# Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name. # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
# E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
inputs = flow-cell, fl1, fl2 inputs = flow-cell, fl1, fl2
......
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