07769f5e62216c125dc90df08dac7a90402c3fa4
markd
  Mon Jun 22 12:54:40 2015 -0700
add geneId to transmap gene table, with backwards compatibilty for current transmap tracks (RM 14574)

diff --git src/hg/lib/transMapGene.as src/hg/lib/transMapGene.as
index 500a334..8224d53 100644
--- src/hg/lib/transMapGene.as
+++ src/hg/lib/transMapGene.as
@@ -1,8 +1,9 @@
 table transMapGene
-"shared, gene-specific transMap information.  This is also a cdsSpec object"
+"shared, gene-specific transMap information.  This is also a cds specification"
     (
-    string id;          "unique sequence id"
+    string id;          "unique transcript id"
     string cds; 	"CDS specification, in NCBI format."
     char[16] db;        "source db"
     string geneName;    "gene name"
+    string geneId;      "database-specific gene id"
     )