ae427c75bc1aa63033fb656a0f84ddc0c45486bf max Fri Apr 28 18:03:13 2017 -0700 Adding two more tools required for building the gene interactions track, refs #13634 diff --git src/utils/makefile src/utils/makefile index 9c1d229..8ae92b8 100644 --- src/utils/makefile +++ src/utils/makefile @@ -164,31 +164,34 @@ patSeqSummarizeDocs \ pslProtCnv \ pslSameGene \ tabRepl \ uniprotLift \ uniprotToTab \ bedJoinTabOffset \ expMatrixToBarchartBed \ ggTables \ ggGeneClasses \ ggGpmlToTag \ ggKgmlToTab \ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ - ggSpfToTab + ggSpfToTab \ + bedNamePickFirst \ + bedBestTranscript + # 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'