2408625835159d15adbffb4d503fd2c625fd9e5f
cline
  Tue Jan 24 15:34:39 2012 -0800
Changing a description line - for the last time.  I refuse to change it again\!
diff --git src/hg/lib/knownCanonical.as src/hg/lib/knownCanonical.as
index 0607e0d..f67472a 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;	"Accession of the associated protein, if any."
+    string protein;	"Accession of the associated protein, or UCSC ID in newer tables."
     )