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

added term to plasmid relationship vocabulary

SVN: 34053
parent 02e77182
No related branches found
No related tags found
No related merge requests found
...@@ -462,6 +462,7 @@ createVocabularyWithTerms("PLASMID_RELATIONSHIP", "Kind of plasmid relationship" ...@@ -462,6 +462,7 @@ createVocabularyWithTerms("PLASMID_RELATIONSHIP", "Kind of plasmid relationship"
["DELETION", "Deletion", None], ["DELETION", "Deletion", None],
["INTEGRATION", "Integration", None], ["INTEGRATION", "Integration", None],
["MODIFICATION", "Modification", None], ["MODIFICATION", "Modification", None],
["LOST", "Lost", None],
["OTHER", "Other", None] ["OTHER", "Other", None]
]); ]);
...@@ -514,8 +515,8 @@ createDataSetTypeWithProperties("ANALYZED_DATA", "PHYSICAL", "", [ ...@@ -514,8 +515,8 @@ createDataSetTypeWithProperties("ANALYZED_DATA", "PHYSICAL", "", [
## ##
## Experiment Types ## Experiment Types
## ##
createExperimentTypeWithProperties("MATERIALS", "FOLDER TO HOLD MATERIALS SAMPLES FOR ORGANIZATIONAL PURPOSES", []); createExperimentTypeWithProperties("MATERIALS", "Folder used to organize samples in the Inventory/MATERIALS", []);
createExperimentTypeWithProperties("METHODS", "FOLDER TO HOLD METHODS SAMPLES FOR ORGANIZATIONAL PURPOSES", []); createExperimentTypeWithProperties("METHODS", "Folder used to organize samples in the Inventory/METHODS", []);
......
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