Skip to content
Snippets Groups Projects
Commit 98fc3b3d authored by felmer's avatar felmer
Browse files

SP-326, BIS-217: fixing bug in master data script of proteomics-optional

SVN: 27238
parent ae126a7b
No related branches found
No related tags found
No related merge requests found
...@@ -28,12 +28,7 @@ file_type_WIFF.setDescription('Proprieatry file format for Sciex and Agilent mas ...@@ -28,12 +28,7 @@ file_type_WIFF.setDescription('Proprieatry file format for Sciex and Agilent mas
file_type_ZIP = tr.getOrCreateNewFileFormatType('ZIP') file_type_ZIP = tr.getOrCreateNewFileFormatType('ZIP')
file_type_ZIP.setDescription('A zipped package') file_type_ZIP.setDescription('A zipped package')
vocabulary_term_TREATMENT_TYPE_PH = tr.createNewVocabularyTerm('PH') vocabulary_TREATMENT_TYPE = tr.getVocabulary('TREATMENT_TYPE')
vocabulary_term_TREATMENT_TYPE_PH.setDescription(None)
vocabulary_term_TREATMENT_TYPE_PH.setUrl(None)
vocabulary_term_TREATMENT_TYPE_PH.setLabel('ph')
vocabulary_term_TREATMENT_TYPE_PH.setOrdinal(1)
vocabulary_TREATMENT_TYPE.addTerm(vocabulary_term_TREATMENT_TYPE_PH)
exp_type_BIOLOGICAL_EXPERIMENT = tr.getOrCreateNewExperimentType('BIOLOGICAL_EXPERIMENT') exp_type_BIOLOGICAL_EXPERIMENT = tr.getOrCreateNewExperimentType('BIOLOGICAL_EXPERIMENT')
exp_type_BIOLOGICAL_EXPERIMENT.setDescription('A biological experiment') exp_type_BIOLOGICAL_EXPERIMENT.setDescription('A biological experiment')
......
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