afc50bb685085b19579dcb844568542192243778
hiram
  Thu Mar 8 10:25:42 2012 -0800
change description comment due to new printout of extra bigBed fields change
diff --git src/hg/lib/grcIncidentDb.as src/hg/lib/grcIncidentDb.as
new file mode 100644
index 0000000..3324190
--- /dev/null
+++ src/hg/lib/grcIncidentDb.as
@@ -0,0 +1,9 @@
+table grcIncidentDb
+"GRC incident DB, bigBed 4 + with extra field for detail page"
+    (
+    string chrom;      "Reference sequence chromosome or scaffold"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Short Name of item"
+    lstring description; "Detail"
+    )