18969d7b729d4b72ea555cbb7d29a74960d91cfe lrnassar Wed May 24 14:43:45 2023 -0700 Removing the script which now lives under utis/qa, Gera made the addition and I deleted. No RM. diff --git src/utils/makefile src/utils/makefile index b4a2c22..020e0b3 100644 --- src/utils/makefile +++ src/utils/makefile @@ -197,31 +197,30 @@ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ doLocusName \ cancerMafToBigBed \ pq \ bedAppendPaperInfo \ googleSheetToBigBed \ doClinvarLift \ - hubPublicMail \ 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) %.all: cd $* && echo $* && $(MAKE) # userAppsB: builds the user application specific programs