6333eadd4ea8c01f45f94086350c76861063c059
larrym
  Mon Nov 15 11:55:00 2010 -0800
support codon numbering checkbox in hgTrackUi
diff --git src/hg/inc/hui.h src/hg/inc/hui.h
index 3e76cd2..c883114 100644
--- src/hg/inc/hui.h
+++ src/hg/inc/hui.h
@@ -620,30 +620,31 @@
 #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"
 #define BASE_COLOR_DRAW_ITEM_CODONS "itemCodons"
 #define BASE_COLOR_DRAW_DIFF_CODONS "diffCodons"
 #define BASE_COLOR_DRAW_ITEM_BASES "itemBases"
 #define BASE_COLOR_DRAW_DIFF_BASES "diffBases"
 
 /* Drawing mode per-track cart variable suffix: */
 #define BASE_COLOR_VAR_SUFFIX "baseColorDrawOpt"
+#define CODON_NUMBERING_SUFFIX "codonNumbering"
 
 /* trackDb settings: */
 #define BASE_COLOR_USE_CDS "baseColorUseCds"
 #define BASE_COLOR_USE_SEQUENCE "baseColorUseSequence"
 #define BASE_COLOR_DEFAULT "baseColorDefault"
 #define SHOW_DIFF_BASES_ALL_SCALES "showDiffBasesAllScales"
 
 /* Coloring help pages: */
 #define CDS_HELP_PAGE "../goldenPath/help/hgCodonColoring.html"
 #define CDS_MRNA_HELP_PAGE "../goldenPath/help/hgCodonColoringMrna.html"
 #define CDS_BASE_HELP_PAGE "../goldenPath/help/hgBaseLabel.html"
 
 
 void baseColorDrawOptDropDown(struct cart *cart, struct trackDb *tdb);
 /* Make appropriately labeled drop down of options if any are applicable.*/