From da30c7ff43edccac0cf65aa859ca952991aff1d2 Mon Sep 17 00:00:00 2001
From: barillac <barillac>
Date: Mon, 15 Dec 2014 12:34:29 +0000
Subject: [PATCH] box def added

SVN: 33057
---
 .../petermigration/1/as/initialize-master-data.py           | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/petermigration/1/as/initialize-master-data.py b/plasmid/source/core-plugins/petermigration/1/as/initialize-master-data.py
index adfa8fb482b..183605d3b34 100644
--- a/plasmid/source/core-plugins/petermigration/1/as/initialize-master-data.py
+++ b/plasmid/source/core-plugins/petermigration/1/as/initialize-master-data.py
@@ -208,6 +208,7 @@ createExperimentTypeWithProperties("PLASMID", "BOX TO HOLD SAMPLES OF THIS TYPE
 createExperimentTypeWithProperties("CHEMICAL", "BOX TO HOLD SAMPLES OF THIS TYPE FOR ORGANIZATIONAL PURPOSES", []);
 createExperimentTypeWithProperties("SIRNA", "BOX TO HOLD SAMPLES OF THIS TYPE FOR ORGANIZATIONAL PURPOSES", []);
 createExperimentTypeWithProperties("OLIGO", "BOX TO HOLD SAMPLES OF THIS TYPE FOR ORGANIZATIONAL PURPOSES", []);
+
 ##
 ## Sample Types
 ##
@@ -216,10 +217,13 @@ addStorageGroups(definitions.numberOfStorageGroups, "ANTIBODY");
 createSampleTypeWithProperties("CELL", "", definitions.cellDefinition);
 addStorageGroups(definitions.numberOfStorageGroups, "CELL");
 createSampleTypeWithProperties("STRAIN", "", definitions.strainDefinition);
+addStorageGroups(definitions.numberOfStorageGroups, "STRAIN");
 createSampleTypeWithProperties("PLASMID", "", definitions.plasmidDefinition);
+addStorageGroups(definitions.numberOfStorageGroups, "PLASMID");
+createSampleTypeWithProperties("OLIGO", "", definitions.oligoDefinition);
+addStorageGroups(definitions.numberOfStorageGroups, "OLIGO");
 createSampleTypeWithProperties("CHEMICAL", "", definitions.chemicalDefinition);
 createSampleTypeWithProperties("SIRNA", "", definitions.siRNADefinition);
-createSampleTypeWithProperties("OLIGO", "", definitions.oligoDefinition);
 
 ##
 ## Data set Types
-- 
GitLab