src/hg/instinct/bioInt2/bioLevelI.c 1.2
1.2 2009/03/22 01:07:28 jsanborn
updated
Index: src/hg/instinct/bioInt2/bioLevelI.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioLevelI.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/bioInt2/bioLevelI.c 21 Mar 2009 21:31:54 -0000 1.1
+++ src/hg/instinct/bioInt2/bioLevelI.c 22 Mar 2009 01:07:28 -0000 1.2
@@ -401,12 +401,12 @@
return br;
}
-void runAnalysisPipeline(char *db, char *datasets, struct biAnalysis *baList)
+void runAnalysisPipeline(struct biAnalysis *baList)
{
-/* datasets is a comma-separated string, each a different dataset table */
-struct slName *slDatasets = slNameListFromComma(datasets);
+char *db = baList->db;
+struct slName *slDatasets = baList->inputTables;
if (!analysisListExists(db, baList))
{
/* Get raw gene/sample data for all overlapping samples in dataset list */