98d723e403eff543a9075b4982272907c5c58120
max
  Wed Feb 27 06:14:23 2019 -0800
adding trackDbRename tool, created to rename tabula muris tracks

diff --git src/utils/makefile src/utils/makefile
index 197b2bd..73ebbe9 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -174,30 +174,31 @@
 	ggTables \
 	ggGeneClasses \
 	ggGpmlToTab \
 	ggKgmlToTab \
 	ggMsrToTab \
 	ggPidToTab \
 	ggPpiToTab \
 	ggSpfToTab \
 	bedNamePickFirst \
 	bedBestTranscript \
 	genePredToBed \
 	cgiSmokeTest \
 	phegenToBed \
 	doLocusName \
 	cancerMafToBigBed \
+	trackDbRename \
 	${USER_APP_SCRIPTS}
 
 # List of all directories to build
 
 ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS)
 
 # all: builds all utilities here
 
 all: $(ALL_APPS:%=%.all)
 
 %.all:
 	cd $* && echo $* && $(MAKE)
 
 # userAppsB: builds the user application specific programs
 # it would have been nice to be able to use the target name 'userApps'