src/hg/inc/hCommon.h 1.23

1.23 2009/06/09 15:47:45 fanhsu
Added gisaid selection file option variable names.
Index: src/hg/inc/hCommon.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hCommon.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -B -U 4 -r1.22 -r1.23
--- src/hg/inc/hCommon.h	4 Jun 2009 21:08:30 -0000	1.22
+++ src/hg/inc/hCommon.h	9 Jun 2009 15:47:45 -0000	1.23
@@ -88,5 +88,10 @@
  * CONTROL_TABLE_WIDTH in hui.h */
 #define	hgDefaultLeftLabelWidth	120
 #define	hgDefaultGfxBorder	1
 
+/* gisaid selection file option variable names */ 
+#define gisaidSubjList "gisaidTable.gisaidSubjList"
+#define gisaidSeqList "gisaidTable.gisaidSeqList"
+#define gisaidAaSeqList "gisaidTable.gisaidAaSeqList"
+
 #endif /* HCOMMON_H */