Skip to content
Snippets Groups Projects
Commit da30c7ff authored by barillac's avatar barillac
Browse files

box def added

SVN: 33057
parent 421c7028
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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