6d5d46204fbd45a2b3b39e9b73ab79a530669844 kuhn Wed Dec 8 08:25:11 2010 -0800 small change to satisfy pair review comment diff --git src/hg/lib/refLink.as src/hg/lib/refLink.as index 3bca5e7..b2d7462 100644 --- src/hg/lib/refLink.as +++ src/hg/lib/refLink.as @@ -1,12 +1,12 @@ table refLink "Link together a refseq mRNA and other stuff" ( string name; "Name displayed in UI" string product; "Name of protein product" string mrnaAcc; "mRNA accession" string protAcc; "protein accession" uint geneName; "pointer to geneName table" uint prodName; "pointer to prodName table" - uint locusLinkId; "Locus Link ID" + uint locusLinkId; "Entrez ID (formerly LocusLink ID)" uint omimId; "OMIM ID" )