src/hg/instinct/bioInt2/bioLevelI.c 1.5
1.5 2009/04/04 00:39:22 jsanborn
added cohorts api
Index: src/hg/instinct/bioInt2/bioLevelI.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioLevelI.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/instinct/bioInt2/bioLevelI.c 24 Mar 2009 05:21:54 -0000 1.4
+++ src/hg/instinct/bioInt2/bioLevelI.c 4 Apr 2009 00:39:22 -0000 1.5
@@ -187,10 +187,10 @@
void storeAnalysisResultsInDb(struct sqlConnection *biConn, struct biAnalysis *ba,
struct analysisResult *arList)
{
-fprintf(stdout, "storing analysis in table %s in %s db\n",
- ba->tableName, ba->db);
+//fprintf(stdout, "storing analysis in table %s in %s db\n",
+// ba->tableName, ba->db);
if (!sqlTableExists(biConn, ba->tableName))
createAnalysisValsTable(biConn, ba->tableName);
@@ -214,8 +214,10 @@
analysisValsSaveToDb(biConn, av, ba->tableName, 50);
}
+hashFree(&featureIds);
+freeHashAndVals(&sampleIds);
analysisValsFree(&av);
}
boolean analysisExists(struct sqlConnection *biConn, struct biAnalysis *ba)