Changeset 690 for trunk/grails-app/conf
- Timestamp:
- Jul 21, 2010, 5:37:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrapStudies.groovy
r662 r690 495 495 type: AssayType.SIMPLE_ASSAY, 496 496 platform: 'clinical measurements', 497 url: 'http:// sam.dbnp.org'497 url: 'http://localhost:8182/sam' 498 498 ).with { if (!validate()) { errors.each { println it} } else save()} 499 499 … … 502 502 module: clinicalModule, 503 503 externalAssayId: 0 504 ) .with { if (!validate()) { errors.each { println it} } else save()}504 ) 505 505 506 506 humanStudy.samples*.each { … … 514 514 mouseStudy.addToAssays(lipidAssayRef); 515 515 mouseStudy.save() 516 517 lipidAssayRef.with { if (!validate()) { errors.each { println it} } else save()} 518 516 519 } 517 520
Note: See TracChangeset
for help on using the changeset viewer.