cade13fb56eb21ed057867859814ff02ba55457b max Mon Dec 2 08:51:11 2019 -0800 adding medline info to AVADA track, refs #24156 diff --git src/utils/makefile src/utils/makefile index dd18772..aff1e07 100644 --- src/utils/makefile +++ src/utils/makefile @@ -182,30 +182,31 @@ ggGeneClasses \ ggGpmlToTab \ ggKgmlToTab \ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ doLocusName \ cancerMafToBigBed \ pq \ + bedAppendPaperInfo \ ${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'