0b6df1bb55673743a9edd4c67c1db3c7a5098414
cline
  Mon Jan 23 11:16:53 2012 -0800
In response to Redmine #6660, which rightly points out that the table descriptors are outdated where they reference SwissProt protein IDs, updated the table descriptors to indicate that those fields are actually UniProt IDs
diff --git src/hg/lib/knownCanonical.as src/hg/lib/knownCanonical.as
index 94ca72b..03b5488 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). Corresponds to txStart for + strand genes"
     int chromEnd;	"End position (non-inclusive). Corresponds to txEnd for + strand genes"
     int clusterId;	"Which cluster of transcripts this belongs to in knownIsoforms"
     string transcript;	"Corresponds to knownGene name field."
-    string protein;	"SwissProt ID or more recently UCSC ID of associated protein."
+    string protein;	"UniProt ID of the associated protein, if any."
     )