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 4 -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
@@ -11,5 +11,6 @@
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"
)