diff --git a/plasmid/source/core-plugins/newbrowser/1/as/initialize-master-data.py b/plasmid/source/core-plugins/newbrowser/1/as/initialize-master-data.py index fb6e47d72c0c5512c8b569dd865e3cb8ec3a9d8e..f5bbc0d5f7a3be338b58a051fd9c636cb98ed337 100644 --- a/plasmid/source/core-plugins/newbrowser/1/as/initialize-master-data.py +++ b/plasmid/source/core-plugins/newbrowser/1/as/initialize-master-data.py @@ -436,4 +436,16 @@ createSampleTypeWithProperties("MEDIA", "", [ ["PUBLICATION", "Comments", "Publication", DataType.MULTILINE_VARCHAR, None, "Publication from where the information was first found OR technical sheet given by the manufacturer"], ["NOTES", "Comments", "Notes", DataType.MULTILINE_VARCHAR, None, "Deatails for solution/buffer preparation"], ["XMLCOMMENTS", "Comments", "Comments List", DataType.XML, None, "Several comments can be added by different users"] +]); + +createSampleTypeWithProperties("SOLUTION_BUFFER", "", [ + ["NAME", "General", "Name", DataType.MULTILINE_VARCHAR, None, "Name"], + ["FOR_WHAT", "General", "For what", DataType.MULTILINE_VARCHAR, None, "For what kind of experimental application/readout this sample is used in the lab"], + ["DETAILS", "Recipe", "Details", DataType.MULTILINE_VARCHAR, None, "Details and tips about how to prepare the solution/buffer"], + ["STORAGE", "Storage", "Storage", DataType.CONTROLLEDVOCABULARY, "STORAGE", "Storage conditions of the product"], + ["STOCK_CONCENTRATION", "Storage", "Stock concentration", DataType.VARCHAR, None, "Stock concentration of the solution where the product is kept in the lab"], + ["STERILIZATION", "Storage", "Sterilization", DataType.CONTROLLEDVOCABULARY, "STERILIZATION","How the solution/buffer is sterilized when prepared"], + ["PUBLICATION", "Comments", "Publication", DataType.MULTILINE_VARCHAR, None, "Publication from where the information was first found OR technical sheet given by the manufacturer"], + ["NOTES", "Comments", "Notes", DataType.MULTILINE_VARCHAR, None, "Notes"], + ["XMLCOMMENTS", "Comments", "Comments List", DataType.XML, None, "Several comments can be added by different users"] ]); \ No newline at end of file