776cb277b9276d0e67012858fb28a1b143f1de41
cline
  Tue Jan 24 13:53:55 2012 -0800
Made the description of the protein field more generic, reflecting that the protein accession might or might not be the UniProt ID
diff --git src/hg/lib/knownCanonical.as src/hg/lib/knownCanonical.as
index 1ed49d8..0607e0d 100644
--- src/hg/lib/knownCanonical.as
+++ src/hg/lib/knownCanonical.as
@@ -1,10 +1,10 @@
 table knownCanonical
 "Describes the canonical splice variant of a gene"
     (
     string chrom;	"Chromosome"
     int chromStart;	"Start position (0 based). Represents transcription start for + strand genes, end for - strand genes"
     int chromEnd;	"End position (non-inclusive). Represents transcription end for + strand genes, start for - strand genes"
     int clusterId;	"Which cluster of transcripts this belongs to in knownIsoforms"
     string transcript;	"Corresponds to knownGene name field."
-    string protein;	"UniProt ID of the associated protein, if any."
+    string protein;	"Accession of the associated protein, if any."
     )