src/lib/pslShow.c 1.9

1.9 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/pslShow.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/pslShow.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/lib/pslShow.c	4 Aug 2009 00:26:24 -0000	1.8
+++ src/lib/pslShow.c	4 Aug 2009 00:40:08 -0000	1.9
@@ -240,9 +240,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)
 	    {