src/hg/instinct/hgHeatmap2/hgCircleMaps.c 1.13

1.13 2010/03/10 22:55:39 jsanborn
added profile to gh object for cancer public server
Index: src/hg/instinct/hgHeatmap2/hgCircleMaps.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/hgCircleMaps.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/hg/instinct/hgHeatmap2/hgCircleMaps.c	19 Aug 2009 23:00:18 -0000	1.12
+++ src/hg/instinct/hgHeatmap2/hgCircleMaps.c	10 Mar 2010 22:55:39 -0000	1.13
@@ -838,9 +838,9 @@
 
     struct genoHeatmap *gh = el->val;
 
     struct hash *geneHash = NULL;
-    getChromHeatmapHash(&geneHash, gh->database, gh->probeTable,
+    getChromHeatmapHash(gh, &geneHash, gh->database, gh->probeTable,
 			gh->name, NULL, gs);    
     if (!geneHash)   // gene hash could not be allocated, bad.
 	continue;