src/hg/instinct/bioInt2/makeClusterFiles.c 1.2
1.2 2009/09/01 05:18:02 sbenz
Added beginnings of EM pathway analysis
Index: src/hg/instinct/bioInt2/makeClusterFiles.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/makeClusterFiles.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/bioInt2/makeClusterFiles.c 15 Jun 2009 17:45:23 -0000 1.1
+++ src/hg/instinct/bioInt2/makeClusterFiles.c 1 Sep 2009 05:18:02 -0000 1.2
@@ -929,10 +929,10 @@
char *cohort_name = getCohortName(biConn, cohort_id);
struct slName *tableNames = getCohortTables(biConn, cohort_id);
uglyTime(NULL);
-//struct slPair *spPathways = getPathwaysByName(biConn, pathway);
-struct slPair *spPathways = getPathwaysByName(biConn, NULL);
+struct slPair *spPathways = getPathwaysByName(biConn, pathway);
+//struct slPair *spPathways = getPathwaysByName(biConn, NULL);
uglyTime("got pathways");
if (slCount(spPathways) == 0)
errAbort("No pathways by name of %s", pathway);