- Timestamp:
- Jan 26, 2011, 5:08:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/nl/tno/metagenomics/SequenceData.groovy
r3 r7 11 11 Float averageQuality = 0.0 12 12 13 static belongsTo = [sample: AssaySample , run: Run]13 static belongsTo = [sample: AssaySample] 14 14 static constraints = { 15 15 qualityFile(nullable: true)
Note: See TracChangeset
for help on using the changeset viewer.