28eaf3a7011654a95fe92cc048c560125d953461
hiram
  Fri Feb 4 15:49:06 2011 -0800
.as file definition used to construct bigBed file for this track
diff --git src/hg/lib/ncbiIncidentDb.as src/hg/lib/ncbiIncidentDb.as
new file mode 100644
index 0000000..ae0f602
--- /dev/null
+++ src/hg/lib/ncbiIncidentDb.as
@@ -0,0 +1,9 @@
+table ncbiIncidentDb
+"NCBI 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; "Long description of item for the details page"
+    )