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

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

SVN: 33396
parent f7d94e92
No related branches found
No related tags found
No related merge requests found
......@@ -36,10 +36,15 @@ configuration["READOUT"] = {
"GENERAL_PROTOCOL" : {"NAME" : False }
};
configuration["READOUT"] = {
configuration["RESULT"] = {
"ANNOTATIONS" : {"QUANTITY" : False, "NAME" : False, "DETAIL" : False }
};
configuration["SOLUTION_BUFFERS"] = {
"CHEMICALS" : {"QUANTITY" : False, "NAME" : False },
"SOLUTION_BUFFERS" : {"QUANTITY" : False, "NAME" : False }
};
#Global Variables
annotableType = "<REPLACE_WITH_ANNOTABLE_TYPE>"
server = CommonServiceProvider.getCommonServer()
......
......@@ -84,6 +84,17 @@ definitions = {
"name" : "NAME",
"detail" : "DETAIL"
}
},
"SOLUTIONS_BUFFERS" :
{
"CHEMICALS" : {
"concentration" : "QUANTITY",
"name" : "NAME"
},
"SOLUTIONS_BUFFERS" : {
"concentration" : "QUANTITY",
"name" : "NAME"
}
}
};
......
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