Skip to content
Snippets Groups Projects
Commit 9869f5be authored by juanf's avatar juanf
Browse files

SSDM-1070 : PAPER - OPENBIS - Migrate Manage Properties YeastLab (Configurable)

SVN: 33389
parent cbd03769
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ configuration = {}
configuration["GENERAL_PROTOCOL"] = {
"CHEMICALS" : {"QUANTITY" : False, "NAME" : False },
"SOLUTION_BUFFERS" : {"QUANTITY" : False, "NAME" : False }
"SOLUTION_BUFFERS" : {"QUANTITY" : False, "NAME" : False },
"MEDIA" : {"QUANTITY" : False, "NAME" : False }
};
#Global Variables
......
......@@ -16,6 +16,10 @@ definitions = {
"name" : "NAME"
},
"SOLUTIONS_BUFFERS" : {
"quantity" : "QUANTITY",
"name" : "NAME"
},
"MEDIA" : {
"quantity" : "QUANTITY",
"name" : "NAME"
}
......
......@@ -3,7 +3,7 @@
##
#
# CHEMICALS, SOLUTION_BUFFERS
# CHEMICALS, SOLUTION_BUFFERS, MEDIA
#
QUANTITY
......
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