src/inc/seqOut.h 1.7
1.7 2009/08/21 18:39:59 angie
Added bafFlushLineNoHr for more compact side-by-side alignment display.
Index: src/inc/seqOut.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/seqOut.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/inc/seqOut.h 12 May 2003 14:43:12 -0000 1.6
+++ src/inc/seqOut.h 21 Aug 2009 18:39:59 -0000 1.7
@@ -82,7 +82,10 @@
void bafOut(struct baf *baf, char n, char h);
/* Write a pair of character to block alignment. */
+void bafFlushLineNoHr(struct baf *baf);
+/* Write out alignment line if it has any characters in it (no <HR>). */
+
void bafFlushLine(struct baf *baf);
-/* Write out alignment line if it has any characters in it. */
+/* Write out alignment line if it has any characters in it, and an <HR>. */