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 1e107b4d5bdefade5b2c59f58ef3ac9ee283df8a..8829729c269220f7acf3d3df3d32705d293c5080 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 @@ -414,6 +414,14 @@ createSampleTypeWithProperties("CHEMICAL", "", [ ["SUPPLIER", "Supplier and storage", "Supplier", DataType.MULTILINE_VARCHAR, None, "Supplier of the product"], ["ARTICLE_NUMBER", "Supplier and storage", "Art. Number", DataType.MULTILINE_VARCHAR, None, "Article number of the product"], ["STORAGE", "Supplier and storage", "Storage", DataType.CONTROLLEDVOCABULARY, "STORAGE", "Storage conditions of the product"], - ["XMLCOMMENTS", "Comments", "Comments List", DataType.VARCHAR, None, "Several comments can be added by different users"], + ["XMLCOMMENTS", "Comments", "Comments List", DataType.VARCHAR, None, "Several comments can be added by different users"] ]); +createSampleTypeWithProperties("ENZYME", "", [ + ["NAME", "General", "Name", DataType.MULTILINE_VARCHAR, None, "Name"], + ["SUPPLIER", "Supplier and storage", "Supplier", DataType.MULTILINE_VARCHAR, None, "Supplier of the product"], + ["ARTICLE_NUMBER", "Supplier and storage", "Art. Number", DataType.MULTILINE_VARCHAR, None, "Article number of the product"], + ["KIT", "Supplier and storage", "Kit including", DataType.MULTILINE_VARCHAR, None, "What the company includes with the enzyme"], + ["STORAGE", "Supplier and storage", "Storage", DataType.CONTROLLEDVOCABULARY, "STORAGE", "Storage conditions of the product"], + ["XMLCOMMENTS", "Comments", "Comments List", DataType.VARCHAR, None, "Several comments can be added by different users"] +]);