8b5faf8487826c2d273b3f22b500a3ef0c94d8bf braney Tue Dec 20 13:39:36 2016 -0800 a few more tweaks to get bigMafToMaf into the utils diff --git src/hg/utils/makefile src/hg/utils/makefile index 215fc63..9671ab1 100644 --- src/hg/utils/makefile +++ src/hg/utils/makefile @@ -10,30 +10,31 @@ # 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 \ + bigMafToMaf \ bigPslToPsl \ chromGraphFromBin \ chromGraphToBin \ crTreeIndexBed \ crTreeSearchBed \ gapToLift \ genePredFilter \ genePredToBigGenePred \ genePredToProt \ gff3ToGenePred \ gff3ToPsl \ gtfToGenePred \ hubCheck \ hubPublicCheck \ mafToBigMaf \