0919ab12c7fff4d83613273cad9d7a13b1af668c
markd
  Mon Jun 12 19:29:34 2023 -0700
allow pslMapPostChain handle protein/NA alignments

diff --git src/utils/pslMapPostChain/tests/makefile src/utils/pslMapPostChain/tests/makefile
index cc7963d..f559f83 100644
--- src/utils/pslMapPostChain/tests/makefile
+++ src/utils/pslMapPostChain/tests/makefile
@@ -1,25 +1,25 @@
 kentSrc = ../../..
 include ${kentSrc}/inc/common.mk
 
 pslMapPostChain = ${DESTBINDIR}/pslMapPostChain
 
 all:
 
 test: C57B6NJ-1504TransMapTest blastProtRnaTest
 
 
 C57B6NJ-1504TransMapTest: mkdirs
 	${pslMapPostChain} input/C57B6NJ-1504.transMap-cases.psl output/$@.psl
-	pslCheck output/$@.psl
+	pslCheck -verbose=0 output/$@.psl
 	diff -u expected/$@.psl output/$@.psl
 
 blastProtRnaTest: mkdirs
 	${pslMapPostChain} input/blastProtRna.psl  output/$@.psl
-	pslCheck output/$@.psl
+	pslCheck -verbose=0 output/$@.psl
 	diff -u expected/$@.psl output/$@.psl
 
 mkdirs:
 	@mkdir -p output
 
 clean:
 	rm -rf output