Changeset 1386 for trunk/grails-app/conf/BootStrapStudies.groovy
- Timestamp:
- Jan 13, 2011, 12:32:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrapStudies.groovy
r1328 r1386 391 391 name: 'SAM module for clinical data', 392 392 platform: 'clinical measurements', 393 url: config.modules.sam.url 393 url: config.modules.sam.url.toString() 394 394 ).with { if (!validate()) { errors.each { println it} } else save()} 395 395 … … 398 398 name: 'Metabolomics module', 399 399 platform: 'GCMS/LCMS', 400 url: config.modules.metabolomics.url 400 url: config.modules.metabolomics.url.toString() 401 401 ).with { if (!validate()) { errors.each { println it} } else save()} 402 402 … … 405 405 name: 'Metagenomics module', 406 406 platform: 'High throughput sequencing', 407 url: config.modules.metagenomics.url 407 url: config.modules.metagenomics.url.toString() 408 408 ).with { if (!validate()) { errors.each { println it} } else save()} 409 409
Note: See TracChangeset
for help on using the changeset viewer.