f4aba74550dea6d8548ba891cb9d057eaf6de43e
kate
  Wed Mar 22 12:30:24 2017 -0700
Fix bogus color cacheing.  Its now per-track

diff --git src/hg/inc/gtexUi.h src/hg/inc/gtexUi.h
index 81b244e..cc5b97a 100644
--- src/hg/inc/gtexUi.h
+++ src/hg/inc/gtexUi.h
@@ -1,29 +1,29 @@
 /* gtexUi - GTEx (Genotype Tissue Expression) tracks */
 
 /* Copyright (C) 2015 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 #ifndef GTEXUI_H
 #define GTEXUI_H
 
 /* Color scheme */
 #define GTEX_COLORS                     "colorScheme"
 #define GTEX_COLORS_RAINBOW             "rainbow"
 
 /* Color scheme from GTEX papers and portal */
 #define GTEX_COLORS_GTEX                "gtex"
-#define GTEX_COLORS_DEFAULT             GTEX_COLORS_RAINBOW
+#define GTEX_COLORS_DEFAULT             GTEX_COLORS_GTEX
 
 /* Data transform */
     // WARNING: this also appears in JS
 #define GTEX_LOG_TRANSFORM              "logTransform"
 #define GTEX_LOG_TRANSFORM_DEFAULT      TRUE
 
 /* Viewing limits */
     // WARNING: this also appears in JS
 #define GTEX_MAX_LIMIT                  "maxLimit"
 #define GTEX_MAX_LIMIT_DEFAULT          300
 /* TODO: Get default from gtexInfo table */
 
 /* Sample selection and comparison */
     // WARNING: this also appears in JS
 #define GTEX_SAMPLES                    "samples"