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

1.38 2009/10/22 23:59:02 cszeto
Added local_url function
Index: src/hg/instinct/inc/hgHeatmapLib.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/hgHeatmapLib.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -B -U 4 -r1.37 -r1.38
--- src/hg/instinct/inc/hgHeatmapLib.h	4 Jun 2009 03:47:23 -0000	1.37
+++ src/hg/instinct/inc/hgHeatmapLib.h	22 Oct 2009 23:59:02 -0000	1.38
@@ -33,9 +33,9 @@
     void *next;			/* Next in list. */
     char *name;                 /* Graph name. tableName in database */
     char *shortLabel;           /* Short label. */
     char *longLabel;            /* Long label. */
-    char *url;                  /* URL to Pubmed entry for dataset */
+    char *local_url;            /* URL to description 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? */