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

hide some sections in HCS by default

SVN: 17943
parent 102530d0
No related branches found
No related tags found
No related merge requests found
...@@ -33,20 +33,24 @@ ...@@ -33,20 +33,24 @@
# plate-locations-material-section # plate-locations-material-section
# query-section # query-section
# #
# Example: detail-views = plate-or-well-view, image-data-view, image-analysis-data-view
#
#detail-views = sample-view, experiment-view, data-view #experiment-view.view = generic_experiment_viewer
#
#sample-view.view = generic_sample_viewer
#sample-view.types = PLATE
#sample-view.hide-sections =
#
#experiment-view.view = generic_sample_viewer
#experiment-view.types = SIRNA_HCS #experiment-view.types = SIRNA_HCS
#experiment-view.hide-sections = #experiment-view.hide-sections = data-set-section, attachment-section
#
#data-view.view = generic_dataset_viewer plate-or-well-view.view = generic_sample_viewer
#data-view.types = HCS_IMAGE plate-or-well-view.types = PLATE, OLIGO_WELL, CONTROL_WELL
#data-view.hide-smart-view = false plate-or-well-view.hide-sections = container-sample-section, derived-samples-section, parent-samples-section, data-set-section, attachment-section
#data-view.hide-file-view = false
image-data-view.view = generic_dataset_viewer
image-data-view.types = HCS_IMAGE
image-data-view.hide-sections = data-set-parents-section, data-set-children-section, plate-layout-dataset-section
image-data-view.hide-smart-view = false
image-data-view.hide-file-view = true
image-analysis-data-view.view = generic_dataset_viewer
image-analysis-data-view.types = HCS_IMAGE_ANALYSIS_DATA
image-analysis-data-view.hide-sections = data-set-parents-section, data-set-children-section
image-analysis-data-view.hide-smart-view = true
image-analysis-data-view.hide-file-view = true
...@@ -33,20 +33,26 @@ ...@@ -33,20 +33,26 @@
# plate-locations-material-section # plate-locations-material-section
# query-section # query-section
# #
# Example:
#
detail-views = sample-view, experiment-view, data-view detail-views = sample-view, experiment-view, data-view
sample-view.view = generic_sample_viewer detail-views = plate-or-well-view, image-data-view, image-analysis-data-view
sample-view.types = PLATE
sample-view.hide-sections =
experiment-view.view = generic_sample_viewer experiment-view.view = generic_experiment_viewer
experiment-view.types = SIRNA_HCS experiment-view.types = SIRNA_HCS
experiment-view.hide-sections = experiment-view.hide-sections = data-set-section, attachment-section
data-view.view = generic_dataset_viewer plate-or-well-view.view = generic_sample_viewer
data-view.types = HCS_IMAGE plate-or-well-view.types = PLATE, OLIGO_WELL, CONTROL_WELL
data-view.hide-smart-view = false plate-or-well-view.hide-sections = container-sample-section, derived-samples-section, parent-samples-section, data-set-section, attachment-section
data-view.hide-file-view = false
image-data-view.view = generic_dataset_viewer
image-data-view.types = HCS_IMAGE
image-data-view.hide-sections = data-set-parents-section, data-set-children-section, plate-layout-dataset-section
image-data-view.hide-smart-view = false
image-data-view.hide-file-view = true
image-analysis-data-view.view = generic_dataset_viewer
image-analysis-data-view.types = HCS_IMAGE_ANALYSIS_DATA
image-analysis-data-view.hide-sections = data-set-parents-section, data-set-children-section
image-analysis-data-view.hide-smart-view = true
image-analysis-data-view.hide-file-view = true
\ No newline at end of file
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