src/hg/inc/chainCart.h 1.5

1.5 2009/03/18 21:13:28 hiram
More constants brought in here from the code
Index: src/hg/inc/chainCart.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/chainCart.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/hg/inc/chainCart.h	18 Mar 2009 18:26:59 -0000	1.4
+++ src/hg/inc/chainCart.h	18 Mar 2009 21:13:28 -0000	1.5
@@ -1,24 +1,23 @@
 /* chainCart.h - cart settings for chain color options */
 
 #ifndef CHAINCART_H
 #define CHAINCART_H
 
 /*	Option strings for TrackUi settings	*/
 #define MAX_OPT_STRLEN	128
 
 #define OPT_CHROM_COLORS "chainColor"
+#define OPT_CHROM_FILTER "chromFilter"
+#define CHAIN_SCORE_MAXIMUM	2000000000
 /*	TrackUi menu items, completing the sentence:
  *	Color chains by:
  */
 #define CHROM_COLORS "Chromosome"
 #define SCORE_COLORS "Normalized Score"
 #define NO_COLORS "Black"
 
-#define TDB_NORMALIZE_SCORE	"normalizedScore"
-/* trackDb option string value for SCORE_COLORS */
-
 extern enum chainColorEnum chainFetchColorOption(struct cart *cart,
     struct trackDb *tdb, boolean compositeLevel);
 /******	ColorOption - Chrom colors by default **************************/
 
 #endif /* CHAINCART_H */