src/hg/lib/makeItemsItem.as 1.4

1.4 2010/04/10 18:39:07 kent
Adding id column
Index: src/hg/lib/makeItemsItem.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/makeItemsItem.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/lib/makeItemsItem.as	10 Apr 2010 01:13:58 -0000	1.3
+++ src/hg/lib/makeItemsItem.as	10 Apr 2010 18:39:07 -0000	1.4
@@ -1,15 +1,16 @@
 table makeItemsItem
 "An item in a makeItems type track."
     (
     uint bin;	       "Bin for range index"
     string chrom;      "Reference sequence chromosome or scaffold"
     uint   chromStart; "Start position in chromosome"
     uint   chromEnd;   "End position in chromosome"
     string name;       "Name of item - up to 16 chars"
     uint  score;	"0-1000.  Higher numbers are darker."
     char[1] strand;     "+ or - for strand"
     uint   thickStart; "Start of thick part"
     uint   thickEnd;   "End position of thick part"
     uint itemRgb;	"RGB 8 bits each as in bed"
     lstring description; "Longer item description"
+    uint id;		"Unique ID for item"
     )