src/hg/inc/hui.h 1.144
1.144 2009/12/13 20:20:46 angie
'Color by bases' labels: use 'mRNA bases' only when we have coding region info; otherwise, use 'item bases' because items are generally not mRNAs.
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.143
retrieving revision 1.144
diff -b -B -U 4 -r1.143 -r1.144
--- src/hg/inc/hui.h 30 Nov 2009 17:57:03 -0000 1.143
+++ src/hg/inc/hui.h 13 Dec 2009 20:20:46 -0000 1.144
@@ -607,10 +607,12 @@
#define BASE_COLOR_DRAW_OFF_LABEL "OFF"
#define BASE_COLOR_DRAW_GENOMIC_CODONS_LABEL "genomic codons"
#define BASE_COLOR_DRAW_ITEM_CODONS_LABEL "mRNA codons"
#define BASE_COLOR_DRAW_DIFF_CODONS_LABEL "nonsynonymous mRNA codons"
-#define BASE_COLOR_DRAW_ITEM_BASES_LABEL "mRNA bases"
-#define BASE_COLOR_DRAW_DIFF_BASES_LABEL "different mRNA bases"
+#define BASE_COLOR_DRAW_ITEM_BASES_CDS_LABEL "mRNA bases"
+#define BASE_COLOR_DRAW_DIFF_BASES_CDS_LABEL "different mRNA bases"
+#define BASE_COLOR_DRAW_ITEM_BASES_NC_LABEL "item bases"
+#define BASE_COLOR_DRAW_DIFF_BASES_NC_LABEL "different item bases"
/* Drawing mode select box values: */
#define BASE_COLOR_DRAW_OFF "none"
#define BASE_COLOR_DRAW_GENOMIC_CODONS "genomicCodons"