06257075cb492d423ed0c96a749ea64e2fe96f61
kate
  Wed Feb 1 15:51:33 2017 -0800
Further work on details page for barchart. refs #18736

diff --git src/hg/inc/gtexUi.h src/hg/inc/gtexUi.h
index cc5b97a..81b244e 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_GTEX
+#define GTEX_COLORS_DEFAULT             GTEX_COLORS_RAINBOW
 
 /* 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"