e5af6ccb6bdb23e5fbf19fb52cd965a940b520ce max Thu Apr 16 09:06:46 2020 -0700 adding clinvarlift script to makefile, refs #24825 diff --git src/utils/makefile src/utils/makefile index aff1e07..1b5eabb 100644 --- src/utils/makefile +++ src/utils/makefile @@ -133,42 +133,42 @@ htmlPics \ jkUniq \ lineCount \ nt4Frag \ pslToXa \ scaffoldFaToAgp \ scrambleFa \ subs \ tableSum \ textHist2 \ udcCleanup \ undupFa \ upper \ venn \ verticalSplitSqlTable \ - weedLines \ + weedLines # list of scripts to install USER_APP_SCRIPTS = \ bedJoinTabOffset.py \ expMatrixToBarchartBed \ ucscApiClient \ tdbRename \ tdbSort \ - webSync + webSync \ SCRIPT_FILES = \ agpToLift \ apacheLogParse \ bedCollapse.pl \ bedFixBlockOverlaps \ bedOverlapMerge \ bedSingleCover.pl \ bedBetween \ doLocusName \ extToolsChromeParse \ iSync \ lodToBedScore \ matrixMerge \ mkMafFrames.pl \ @@ -183,30 +183,31 @@ ggGpmlToTab \ ggKgmlToTab \ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ doLocusName \ cancerMafToBigBed \ pq \ bedAppendPaperInfo \ + doClinvarLift ${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'