e02a7c45c8e48c1510ac488e87ceedccbdd84dbe
kate
  Thu Mar 31 22:07:21 2016 -0700
Fixes to 'no gene model display', and make it default, as per JK. refs #15645

diff --git src/hg/inc/gtexUi.h src/hg/inc/gtexUi.h
index a27a9df..7736242 100644
--- src/hg/inc/gtexUi.h
+++ src/hg/inc/gtexUi.h
@@ -44,18 +44,18 @@
 /* Graph type */
 #define GTEX_GRAPH              "graphType"
 #define GTEX_GRAPH_RAW          "raw"
 #define GTEX_GRAPH_NORMAL       "normalized"
 #define GTEX_GRAPH_DEFAULT      GTEX_GRAPH_RAW
 
 /* Tissue filter */
 #define GTEX_TISSUE_SELECT      "tissues"
 
 /* Gene filter */
 #define GTEX_CODING_GENE_FILTER                 "codingOnly"
 #define GTEX_CODING_GENE_FILTER_DEFAULT         FALSE
 
 /* Hide exons */
 #define GTEX_SHOW_EXONS         "showExons"
-#define GTEX_SHOW_EXONS_DEFAULT TRUE
+#define GTEX_SHOW_EXONS_DEFAULT FALSE
 
 #endif /* GTEXUI_H */