121c4f382ac9adc1994e7ff98c84c493a394964a
galt
  Mon Jun 25 16:21:03 2012 -0700
fixing problem truncating bed lists after first element by restoring the comma
diff --git src/utils/bedToBigBed/itemRgb.as src/utils/bedToBigBed/itemRgb.as
index 92867b0..3294c1b 100644
--- src/utils/bedToBigBed/itemRgb.as
+++ src/utils/bedToBigBed/itemRgb.as
@@ -1,13 +1,13 @@
 table bed
 "Browser extensible data"
     (
     string chrom;      "Reference sequence chromosome or scaffold"
     uint   chromStart; "Start position in chromosome"
     uint   chromEnd;   "End position in chromosome"
     string name;       "Name of item"
     uint   score;      "Score from 0-1000"
     char[1] strand;    "+ or -"
     uint thickStart;   "Start of where display should be thick (start codon)"
     uint thickEnd;     "End of where display should be thick (stop codon)"
-    string itemRgb;     "Used as itemRgb as of 2004-11-22"
+    uint reserved;   "Used as itemRgb as of 2004-11-22"
     )