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

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

SVN: 33390
parent 9869f5be
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ configuration = {}
configuration["GENERAL_PROTOCOL"] = {
"CHEMICALS" : {"QUANTITY" : False, "NAME" : False },
"SOLUTION_BUFFERS" : {"QUANTITY" : False, "NAME" : False },
"MEDIA" : {"QUANTITY" : False, "NAME" : False }
"MEDIA" : {"QUANTITY" : False, "NAME" : False },
"GENERAL_PROTOCOL" : {"NAME" : False }
};
#Global Variables
......
......@@ -21,6 +21,9 @@ definitions = {
},
"MEDIA" : {
"quantity" : "QUANTITY",
"name" : "NAME"
},
"GENERAL_PROTOCOL" : {
"name" : "NAME"
}
}
......
##
## Property Types Created in openBIS for the annotations
##
#
# CHEMICALS, SOLUTION_BUFFERS, MEDIA
#
QUANTITY
NAME
\ 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