src/hg/instinct/bioInt2/bioController.c 1.12
1.12 2009/07/23 19:49:33 jsanborn
shortened table name prefixes, oops forgot one
Index: src/hg/instinct/bioInt2/bioController.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioController.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/hg/instinct/bioInt2/bioController.c 23 Jul 2009 19:48:39 -0000 1.11
+++ src/hg/instinct/bioInt2/bioController.c 23 Jul 2009 19:49:33 -0000 1.12
@@ -174,9 +174,9 @@
struct dyString *dy = dyStringNew(10);
/* Create prefix, e.g. "moduleName_table1_table2" */
char *modulePrefix = "";
-if (sameString(am->name, "metaGeneset"))
+if (sameString(am->name, "meta"))
modulePrefix = "m";
else if (sameString(am->name, "metaGeneset"))
modulePrefix = "mg";
else if (sameString(am->name, "factorGraph"))