f7212354c8d10da6eaa5ac6618c2428ac7902ccc
max
  Thu Jun 19 07:36:50 2025 -0700
adding a tool bigMaxPercDiff to compare two bigBed/bigWig files and exit with error if they differ in more than x percent, refs #35750

diff --git src/utils/makefile src/utils/makefile
index 61b5ab52a1e..55fe8ae9d30 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -195,31 +195,31 @@
 	tabRepl \
 	uniprotToTab \
 	ggTables \
 	ggGeneClasses \
 	ggGpmlToTab \
 	ggKgmlToTab \
 	ggMsrToTab \
 	ggPidToTab \
 	ggPpiToTab \
 	ggSpfToTab \
 	bedNamePickFirst \
 	bedBestTranscript \
 	genePredToBed \
 	cgiSmokeTest \
 	phegenToBed \
-	doLocusName \
+	bigMaxPercDiff \
 	cancerMafToBigBed \
 	pq \
 	bedAppendPaperInfo \
 	googleSheetToBigBed \
 	doClinvarLift \
 	browserRace \
 	${USER_APP_SCRIPTS}
 
 # List of all directories to build
 
 ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS)
 
 # all: builds all utilities here
 
 all: $(ALL_APPS:%=%.all) $(USER_APP_SCRIPTS:%=%.userAppScript)