Changeset 394 for trunk/grails-app/conf/BootStrap.groovy
- Timestamp:
- May 4, 2010, 5:45:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r392 r394 32 32 ncboId: '1132', 33 33 ncboVersionedId: '38802' 34 ).with { if (!validate()) { errors.each { println it} } else save()} 35 36 println ".adding BRENDA source material ontology" 37 def brendaOntology = new Ontology( 38 name: 'BRENDA tissue / enzyme source', 39 description: 'A structured controlled vocabulary for the source of an enzyme. It comprises terms for tissues, cell lines, cell types and cell cultures from uni- and multicellular organisms.', 40 url: 'http://www.brenda-enzymes.info', 41 versionNumber: '1.3', 42 ncboId: '1005', 43 ncboVersionedId: '40643' 34 44 ).with { if (!validate()) { errors.each { println it} } else save()} 35 45
Note: See TracChangeset
for help on using the changeset viewer.