517eb6200c1b9aa830f9d018b193ce47feb4c2a0
galt
  Tue Apr 27 16:45:08 2021 -0700
Some revamping of chainScore to handle compiler errors and to refactor to use existing library functions. No redmine.

diff --git src/hg/mouseStuff/makefile src/hg/mouseStuff/makefile
index ba734ae..b99ad5d 100644
--- src/hg/mouseStuff/makefile
+++ src/hg/mouseStuff/makefile
@@ -10,30 +10,31 @@
 
 # List of directories to build for userApps
 UTILS_APPLIST = \
 	axtChain \
 	axtSort \
 	axtSwap \
 	axtToMaf \
 	axtToPsl \
 	bedCoverage \
 	chainAntiRepeat \
 	chainBridge \
 	chainFilter \
 	chainMergeSort \
 	chainNet \
 	chainPreNet \
+	chainScore \
 	chainSort \
 	chainSplit \
 	chainStitchId \
 	chainSwap \
 	chainToAxt \
 	chainToPsl \
 	chainToPslBasic \
 	lavToAxt \
 	lavToPsl \
 	mafCoverage \
 	mafFetch \
 	mafRanges \
 	mafNoAlign \
 	mafToAxt \
 	mafToPsl \