src/hg/inc/hui.h 1.145

1.145 2010/02/26 06:54:56 angie
Added option to (not) display item names in bam tracks. Also, when coloring by alignment qual and not pairing, sort by score.
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.144
retrieving revision 1.145
diff -b -B -U 4 -r1.144 -r1.145
--- src/hg/inc/hui.h	13 Dec 2009 20:20:46 -0000	1.144
+++ src/hg/inc/hui.h	26 Feb 2010 06:54:56 -0000	1.145
@@ -566,8 +566,9 @@
 
 /*** BAM alignment track coloring code: ***/
 // tdbSettings / cart var suffixes and default values:
 #define BAM_PAIR_ENDS_BY_NAME "pairEndsByName"
+#define BAM_SHOW_NAMES "showNames"
 #define BAM_MIN_ALI_QUAL "minAliQual"
 #define BAM_MIN_ALI_QUAL_DEFAULT "0"
 
 #define BAM_COLOR_MODE "bamColorMode"