33efa29f7bf07da99da316e6228ad86957bf760b max Wed Mar 29 12:11:54 2017 -0700 adding bedJoinTabOffset tool, for new track type by Kate, no redmine diff --git src/utils/makefile src/utils/makefile index f61f910..f9aa172 100644 --- src/utils/makefile +++ src/utils/makefile @@ -154,31 +154,32 @@ bedOverlapMerge \ bedSingleCover.pl \ bedBetween \ doLocusName \ extToolsChromeParse \ iSync \ lodToBedScore \ matrixMerge \ mkMafFrames.pl \ patSeqFilterBulkAndAnnotate \ patSeqSummarizeDocs \ pslProtCnv \ pslSameGene \ tabRepl \ uniprotLift \ - uniprotToTab + uniprotToTab \ + bedJoinTabOffset # 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'