707625ec62a7a46896695c75264d582227970c76
jcasper
  Tue Mar 4 08:19:20 2025 -0800
Putting a more unique name on the heatmap.as file, refs #31812

diff --git src/hg/lib/heatmap.as src/hg/lib/heatmap.as
index 3b6ff0f5177..70069a2eaaf 100644
--- src/hg/lib/heatmap.as
+++ src/hg/lib/heatmap.as
@@ -1,21 +1,21 @@
-table bed12Source
-"Browser extensible data (12 fields) plus the source of this item."
+table bedHeatmap
+"Browser extensible data (12 fields) plus extensions for heatmap data."
     (
     string chrom;      "Chromosome (or contig, scaffold, etc.)"
     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)"
     uint reserved;     "Used as itemRgb as of 2004-11-22"
     int blockCount;    "Number of blocks"
     int[blockCount] blockSizes; "Comma separated list of block sizes"
     int[blockCount] chromStarts; "Start positions relative to chromStart"
     int rowCount;    "Number of heatmap rows"
     string[rowCount] labels; "Comma separated list of row labels"
     lstring scoreArray; "Comma-separated row-first list of scores, ,, indicates N/A"
     lstring labelArray; "Comma-separated row-first list of mouseover labels, ,, indicates N/A"
     lstring maveLink; "Link to MaveDB"
     )