3a63c684fc647b345d52e96147b3344453b3d28a
kate
  Fri Jul 31 10:12:14 2015 -0700
1. Fix tissue ordering problem (hgGtex). 2. Add stats table (rename gtexTissueData to gtexTissueMedian and use gtexTissueData for stats.  3. Extend gtexInfo table.refs #15645

diff --git src/hg/lib/gtexInfo.as src/hg/lib/gtexInfo.as
index 857b36f..449afd8 100644
--- src/hg/lib/gtexInfo.as
+++ src/hg/lib/gtexInfo.as
@@ -1,7 +1,8 @@
 table gtexInfo
 "GTEx general information"
 (
 	string version;         "GTEX data release (e.g. V4, V6)"
         string releaseDate;     "Release date"
+	double maxScore;        "Maximum score observed (use to scale display)"
 	double maxMedianScore;  "Maximum score observed for a tissue median (use to scale display)"
 )