source: trunk/bio/tutorial/malariamine/dbmodel/resources/class_keys.properties @ 22562

Revision 22562, 501 bytes checked in by julie, 17 months ago (diff)

update malariamine

Line 
1# Specify keys for classes in the data model.  Used to:
2#
3#  * define which types can be stored in 'object' lists
4#  * define which fields in the webapp are links in results pages
5#  * porting lists between production databases
6
7BioEntity = primaryIdentifier, secondaryIdentifier
8Gene = primaryIdentifier
9Protein = primaryAccession
10OntologyTerm = identifier, name
11Organism = name, shortName, taxonid
12Transcript = primaryIdentifier
13Publication = pubMedId
14Author = name
15DataSource = name
16DataSet = name
Note: See TracBrowser for help on using the repository browser.