1b2aa0c4e8b1b40a303328da21830a253749a57e max Sat Feb 2 19:11:35 2019 +0100 adding small tool to convert MAF files to bigBed. refs #22742 diff --git src/utils/makefile src/utils/makefile index 2f00d81..197b2bd 100644 --- src/utils/makefile +++ src/utils/makefile @@ -173,30 +173,31 @@ uniprotToTab \ ggTables \ ggGeneClasses \ ggGpmlToTab \ ggKgmlToTab \ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ doLocusName \ + cancerMafToBigBed \ ${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'