7e5c73375ec879890233ed77f22a52fb2f82d9ba
angie
  Wed Jan 27 13:48:51 2016 -0800
Adding taxId column to dbDb.{as,c,h,sql} -- the column seems to have been
in our dbDb tables for years, just not in these files.

diff --git src/hg/lib/dbDb.as src/hg/lib/dbDb.as
index 1dabec1..36bd202 100644
--- src/hg/lib/dbDb.as
+++ src/hg/lib/dbDb.as
@@ -2,16 +2,17 @@
 "Description of annotation database"
     (
     string  name;	"Short name of database.  'hg8' or the like"
     string description; "Short description - 'Aug. 8, 2001' or the like"
     lstring nibPath;	"Path to packed sequence files"
     string organism;    "Common name of organism - first letter capitalized"
     string defaultPos;	"Default starting position"
     int active;         "Flag indicating whether this db is in active use"
     int orderKey;       "Int used to control display order within a genome"
     string genome;      "Unifying genome collection to which an assembly belongs"
     string scientificName;  "Genus and species of the organism; e.g. Homo sapiens"
     string htmlPath;    "path in /gbdb for assembly description"
     byte hgNearOk;      "Have hgNear for this?"
     byte hgPbOk;        "Have pbTracks for this?"
     string sourceName;  "Source build/release/version of the assembly"
+    int taxId;          "NCBI Taxonomy ID for genome"
     )