Skip to content
Snippets Groups Projects
Commit e4962af7 authored by jakubs's avatar jakubs
Browse files

SP-299 BIS-211 add HCS_ANALYSIS_FEATURES_LIST to master data script

SVN: 27067
parent 34b7da08
No related branches found
No related tags found
No related merge requests found
...@@ -204,6 +204,10 @@ data_set_type_HCS_ANALYSIS_CONTAINER_WELL_FEATURES = tr.getOrCreateNewDataSetTyp ...@@ -204,6 +204,10 @@ data_set_type_HCS_ANALYSIS_CONTAINER_WELL_FEATURES = tr.getOrCreateNewDataSetTyp
data_set_type_HCS_ANALYSIS_CONTAINER_WELL_FEATURES.setDescription('Container for HCS image analysis well feature vectors.') data_set_type_HCS_ANALYSIS_CONTAINER_WELL_FEATURES.setDescription('Container for HCS image analysis well feature vectors.')
data_set_type_HCS_ANALYSIS_CONTAINER_WELL_FEATURES.setContainerType(True) data_set_type_HCS_ANALYSIS_CONTAINER_WELL_FEATURES.setContainerType(True)
data_set_type_HCS_ANALYSIS_FEATURES_LIST = tr.getOrCreateNewDataSetType('HCS_ANALYSIS_FEATURES_LIST')
data_set_type_HCS_ANALYSIS_FEATURES_LIST.setDescription('The list (or group) of features. The subset of features from feature vectors.')
data_set_type_HCS_ANALYSIS_FEATURES_LIST.setContainerType(False)
# Exists in the database by default # Exists in the database by default
#data_set_type_UNKNOWN = tr.getOrCreateNewDataSetType('UNKNOWN') #data_set_type_UNKNOWN = tr.getOrCreateNewDataSetType('UNKNOWN')
#data_set_type_UNKNOWN.setDescription('Unknown') #data_set_type_UNKNOWN.setDescription('Unknown')
......
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