16720e7dfab79a7f60e91f0cb102a213c3e4738a max Fri Apr 28 15:39:08 2017 -0700 first big commit for hgGeneGraph. Others will follow as QA progresses. refs #13634 diff --git src/utils/makefile src/utils/makefile index 4a80882..9c1d229 100644 --- src/utils/makefile +++ src/utils/makefile @@ -156,31 +156,39 @@ bedBetween \ doLocusName \ extToolsChromeParse \ iSync \ lodToBedScore \ matrixMerge \ mkMafFrames.pl \ patSeqFilterBulkAndAnnotate \ patSeqSummarizeDocs \ pslProtCnv \ pslSameGene \ tabRepl \ uniprotLift \ uniprotToTab \ bedJoinTabOffset \ - expMatrixToBarchartBed + expMatrixToBarchartBed \ + ggTables \ + ggGeneClasses \ + ggGpmlToTag \ + ggKgmlToTab \ + ggMsrToTab \ + ggPidToTab \ + ggPpiToTab \ + ggSpfToTab # 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'