src/lib/pslGenoShow.c 1.7

1.7 2009/08/04 00:40:08 galt
making pslShow and pslGenoShow use the same maxSkip==8 for small block merging that hgBlat htcUserAli uses
Index: src/lib/pslGenoShow.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/pslGenoShow.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/lib/pslGenoShow.c	4 Aug 2009 00:26:20 -0000	1.6
+++ src/lib/pslGenoShow.c	4 Aug 2009 00:40:08 -0000	1.7
@@ -267,9 +267,9 @@
     else
 	{
 	int lastQe = psl->qStarts[0] - qStart;
 	int lastTe = psl->tStarts[0] - tStart;
-	int maxSkip = 20;
+	int maxSkip = 8;
 	bafSetPos(&baf, lastQe, lastTe);
 	bafStartLine(&baf);
 	for (i=0; i<psl->blockCount; ++i)
 	    {