df0e81c5c77a7f42182f5d5e7a30905d8b31999b
max
  Thu Apr 16 09:55:41 2020 -0700
adding cronjob code for user annotations track, refs #25297

diff --git src/utils/makefile src/utils/makefile
index 95c491b..b144be2 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -184,30 +184,31 @@
 	ggGpmlToTab \
 	ggKgmlToTab \
 	ggMsrToTab \
 	ggPidToTab \
 	ggPpiToTab \
 	ggSpfToTab \
 	bedNamePickFirst \
 	bedBestTranscript \
 	genePredToBed \
 	cgiSmokeTest \
 	phegenToBed \
 	doLocusName \
 	cancerMafToBigBed \
 	pq \
 	bedAppendPaperInfo \
+	googleSheetToBigBed \
 	doClinvarLift
 	${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