src/hg/instinct/inc/hgHeatmapLib.h 1.36

1.36 2009/05/05 22:43:59 sbenz
Adding autosql for the custom clinical db
Index: src/hg/instinct/inc/hgHeatmapLib.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/hgHeatmapLib.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -b -B -U 4 -r1.35 -r1.36
--- src/hg/instinct/inc/hgHeatmapLib.h	28 Jan 2009 01:53:55 -0000	1.35
+++ src/hg/instinct/inc/hgHeatmapLib.h	5 May 2009 22:43:59 -0000	1.36
@@ -33,8 +33,9 @@
     char *url;                  /* URL to Pubmed entry for dataset */
     char *accessTable;          /* isoform table, usually much smaller than table "name" for 
 				   fast display */
     boolean private;            /* private or public access to data */
+	boolean custom;				/* is this a custom track? */
 
     char *group;                /* Dataset's group */
     char *database;             /* database host genomic data */
     char *dataType;             /* type of dataset */
@@ -60,8 +61,9 @@
     struct hash *sampleOrder;	/* Hash of orders for samples, 
 				   keyed on sampleName, values are sample positions (interger) */
     int *expIdOrder;            /* ordering of expIds for display of bed15 format */
     struct trackDb *tDb;	/* the track database */
+	struct customTrack *ct; /* the ct entry */
 
     struct analysisResult *anaResult;               /* analysis result for the chromosome view */
     struct analysisResultHash *anaResultHash;       /* analysis result for the gene set view */
 };