d37ad664c3fd2bb2c1888f658b1fb81c9db4f0c3
ceisenhart
  Wed May 24 09:34:29 2017 -0700
Updating the table name in the .as file, refs #18736

diff --git src/hg/lib/barChartTranscExp.as src/hg/lib/barChartTranscExp.as
index 9e192ef..1ee1b2b 100644
--- src/hg/lib/barChartTranscExp.as
+++ src/hg/lib/barChartTranscExp.as
@@ -1,15 +1,15 @@
-table barChartBed
+table barChartTranscExp
 "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;  "Transcript identifier"
     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;    "Hugo gene name"
     uint expCount;      "Number of categories"
     float[expCount] expScores; "Comma separated list of category values"
     bigint _dataOffset; "Offset of sample data in data matrix file, for boxplot on details page"
     int _dataLen;       "Length of sample data row in data matrix file"
     )