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/ncbiIncidentDb.as src/hg/lib/ncbiIncidentDb.as index ae0f602..804f34d 100644 --- src/hg/lib/ncbiIncidentDb.as +++ src/hg/lib/ncbiIncidentDb.as @@ -1,9 +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" + lstring description; "Detail" )