9e42bf8546abb0abc46036b726c8a25515db80a0 max Thu Feb 28 05:08:28 2019 -0800 adding tool for sorting of a trackDb (e.g. trackHub) file. no redmine diff --git src/utils/makefile src/utils/makefile index 73ebbe9..17fd87c 100644 --- src/utils/makefile +++ src/utils/makefile @@ -174,31 +174,32 @@ ggTables \ ggGeneClasses \ ggGpmlToTab \ ggKgmlToTab \ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ doLocusName \ cancerMafToBigBed \ - trackDbRename \ + tdbRename \ + tdbSort \ ${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'