43436c471e8e0c1fc922f45e10b8e8e079f0a59d
kent
  Tue Jan 12 11:09:23 2021 -0800
Changing table name

diff --git src/hg/lib/simpleBarChartBed.as src/hg/lib/simpleBarChartBed.as
index 2986c86..33122e0 100644
--- src/hg/lib/simpleBarChartBed.as
+++ src/hg/lib/simpleBarChartBed.as
@@ -1,13 +1,13 @@
-table barChartBed
+table simpleBarChart
 "BED6+5 with additional fields for category count and median values, and sample matrix fields"
     (
     string chrom;       "Reference sequence chromosome or scaffold"
     uint   chromStart;  "Start position in chromosome"
     uint   chromEnd;    "End position in chromosome"
     string name;        "Name or ID of item"
     uint   score;       "Score from 0-1000, typically derived from total of median value from all categories"
     char[1] strand;     "+ or - for strand. Use . if not applicable"
     string name2;       "Alternative name for item"
     uint expCount;      "Number of categories"
     float[expCount] expScores; "Comma separated list of category values"
     )