ce4e0d0a45cccc97bdbdf6ac6a9d9a0ca3b46853 hiram Wed Jan 6 10:59:20 2016 -0800 adding bigPslToPsl and pslToBigPsl to the utils build refs #15067 diff --git src/hg/utils/makefile src/hg/utils/makefile index 6b4b318..03ddde8 100644 --- src/hg/utils/makefile +++ src/hg/utils/makefile @@ -10,46 +10,48 @@ # to check for Mac OSX Darwin specifics: UNAME_S := $(shell uname -s) # can not build this on Mac OSX - has functions not supported ifeq ($(UNAME_S),Darwin) buildRefresh= else buildRefresh=refreshNamedSessionCustomTracks endif # List of directories to build for userApps UTILS_APPLIST = \ bedExtendRanges \ bedToPsl \ bedWeedOverlapping \ + bigPslToPsl \ chromGraphFromBin \ chromGraphToBin \ crTreeIndexBed \ crTreeSearchBed \ gapToLift \ genePredFilter \ genePredToBigGenePred \ gff3ToGenePred \ gff3ToPsl \ gtfToGenePred \ hubCheck \ hubPublicCheck \ makeTableList \ oligoMatch \ overlapSelect \ positionalTblCheck \ + pslToBigPsl \ pslMap \ tdbQuery \ twoBitMask SCRIPT_FILES = \ dbNsfpToBed.pl \ dumpDb.pl \ mergeOverlapBed4.pl \ mergeSortedBed3Plus.pl # List of directories to build of interest only at UCSC DIRS = ${buildRefresh} \ automation \ checkUrlsInTable \ geoMirrorNode \