1b21a3e061aae61423ebd5645a4b3dac20e7abdc chinhli Tue Aug 24 09:09:02 2010 -0700 description page format diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 291fbf1..9ccfaa6 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -22236,7 +22236,7 @@ } sr = sqlGetResult(conn, query); firstTime = TRUE; - printf("
");
+
while ((row = sqlNextRow(sr)) != NULL)
{
printf("");
@@ -22244,10 +22244,6 @@
{
firstTime = FALSE;
printf("
%s item '%s' %s
", clickMsg, itemName, openMsg2);
- /* printf("Click 'browser' link below to display item %s in
- * %s track
", itemName, clickMsg); */
- /* printf ("table name: %s itemName: %s\n
", table,
- * itemName); */
printf("BROWSER | NAME CHROMOSOME START END SIZE SCORE STRAND \n");
printf("--------|--------------------------------------------------------------------------------------------\n");
@@ -22271,7 +22267,7 @@
}
- /* printTrackHtml(tdb); */
+ printTrackHtml(tdb);
hFreeConn(&conn);
}