Last change
on this file since 184 was
184,
checked in by keesvb, 11 years ago
|
Deleted transcriptomics data model: moved some classes to study capture, the rest goes to the transcriptomics submodule. Added module location description for assays. Added Compound entity.
|
File size:
276 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | /** |
---|
4 | * This entity describes actual dbNP submodule instances: what type of data they store, and how to reach them |
---|
5 | */ |
---|
6 | class AssayModule { |
---|
7 | |
---|
8 | String name |
---|
9 | AssayType type |
---|
10 | String platform |
---|
11 | String url |
---|
12 | |
---|
13 | static constraints = { |
---|
14 | } |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.