src/hg/hgc/hgc.c 1.1621

1.1621 2010/05/14 16:08:51 braney
change how the two sequences are printed out for split aligns
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1620
retrieving revision 1.1621
diff -b -B -U 4 -r1.1620 -r1.1621
--- src/hg/hgc/hgc.c	11 May 2010 01:43:28 -0000	1.1620
+++ src/hg/hgc/hgc.c	14 May 2010 16:08:51 -0000	1.1621
@@ -1323,9 +1323,9 @@
     bedPrintPos(bed, bedSize, tdb);
     // check for seq1 and seq2 in columns 7+8 (eg, pairedTagAlign)
     char *setting = trackDbSetting(tdb, BASE_COLOR_USE_SEQUENCE);
     if (bedSize == 6 && setting && sameString(setting, "seq1Seq2"))
-	printf("<table><tr><th>Sequence 1</th><th>Sequence 2</th></tr><tr><td> %s </td><td> %s </td></tr></table>", row[hasBin+6], row[hasBin+7]);
+	printf("<br><B>Sequence 1:</B> %s<br><B>Sequence 2:</B> %s<br>\n",row[hasBin+6], row[hasBin+7]);
     printCompareGenomeLinks(tdb,bed->name);
     }
 sqlFreeResult(&sr);
 getBedTopScorers(conn, tdb, table, item, start, bedSize);