src/hg/instinct/bioInt2/bioIntUI.h 1.2

1.2 2009/03/27 21:56:27 jsanborn
updated
Index: src/hg/instinct/bioInt2/bioIntUI.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioIntUI.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/bioInt2/bioIntUI.h	27 Mar 2009 20:15:52 -0000	1.1
+++ src/hg/instinct/bioInt2/bioIntUI.h	27 Mar 2009 21:56:27 -0000	1.2
@@ -30,8 +30,13 @@
 #define bioIntPrefix "bioInt_"
 
 /* Obtaining Heatmaps */
 #define bioIntMode bioIntPrefix "mode"
+#define bioIntFeature bioIntPrefix "feature"
+#define bioIntCohortId bioIntPrefix "cohort_id"
+#define bioIntAnalysisId bioIntPrefix "analysis_id"
+#define bioIntFeatureId bioIntPrefix "feature_id"
+#define bioIntFeatureName bioIntPrefix "feature_name"
 
 /* ---- Global variables declared in hgHeatmap.c */
 extern struct cart *cart;	/* This holds cgi and other variables between clicks. */