dd63b063d251d10c234c7d2c3d73d78d2e291ecd
cline
  Tue Jan 24 12:24:29 2012 -0800
Addressing code review feedback - thanks, Braney!  Restored some lost indices, and expanded two description lines slightly
diff --git src/hg/lib/knownCanonical.as src/hg/lib/knownCanonical.as
index 03b5488..1ed49d8 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 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."
     )