src/hg/hgc/regMotif.c 1.21
1.21 2009/07/09 20:42:30 hiram
Print track description html page for transRegCodeProbe table
Index: src/hg/hgc/regMotif.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/regMotif.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -B -U 4 -r1.20 -r1.21
--- src/hg/hgc/regMotif.c 28 May 2009 18:51:39 -0000 1.20
+++ src/hg/hgc/regMotif.c 9 Jul 2009 20:42:30 -0000 1.21
@@ -534,9 +534,8 @@
void doTransRegCodeProbe(struct trackDb *tdb, char *item,
char *codeTable, char *motifTable,
char *tfToConditionTable, char *conditionTable)
/* Display detailed info on a ChIP-chip probe from transRegCode experiments. */
-/* Display detailed info on a ChIP-chip probe from transRegCode experiments. */
{
char query[256];
struct sqlResult *sr;
char **row;
@@ -611,7 +610,8 @@
}
transRegCodeProbeFree(&probe);
growthConditionSection(conn, conditionTable);
}
+printf("\n<HR>\n");
+printTrackHtml(tdb);
hFreeConn(&conn);
}
-