f225bd9ef750fb706f2f14bd87e3512b43e23dc1 max Wed May 13 13:50:34 2020 -0700 Revert "adding a protease track to uniprot, refs #25192". I have no idea what happened here, looks like I typed git commit -a instead of git commit -m This reverts commit db7c8abb6d7674bb26f579eabb58bc080ce76fdd. diff --git src/utils/makefile src/utils/makefile index c29433a..ce46039 100644 --- src/utils/makefile +++ src/utils/makefile @@ -187,31 +187,30 @@ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ doLocusName \ cancerMafToBigBed \ pq \ bedAppendPaperInfo \ googleSheetToBigBed \ doClinvarLift \ - genbankToBigGenePred \ ${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'