a6e26fc606c201edc4fd3915af4dad75505d6b2b hiram Thu Sep 10 12:41:30 2015 -0700 hgLoadMaf and hgLoadMafSummary can be in utils also refs #15955 diff --git src/hg/makeDb/makefile src/hg/makeDb/makefile index c4b6682..a27aca7 100644 --- src/hg/makeDb/makefile +++ src/hg/makeDb/makefile @@ -1,27 +1,28 @@ # Build all directories in makeDb kentSrc = ../.. include ${kentSrc}/inc/localEnvironment.mk include ${kentSrc}/inc/common.mk # List of directories to build for userApps UTILS_APPLIST = \ hgFindSpec \ hgLoadBed \ hgLoadChain \ + hgLoadMaf \ hgLoadNet \ hgLoadOut \ hgLoadOutJoined \ hgGcPercent \ hgLoadWiggle \ hgTrackDb \ ldHgGene # List of directories to build of interest only at UCSC DIRS = \ hgAar \ hgAddLiftOverChain \ hgBbiDbLink \ hgClonePos \ hgCountAlign \ @@ -30,31 +31,30 @@ hgExperiment \ hgExtFileCheck \ hgFakeAgp \ hgGeneBands \ hgGenericMicroarray \ hgPar \ hgGoldGapGl \ hgKgGetText \ hgKgMrna \ hgKnownMore \ hgKnownMore.oo21 \ hgLoadBlastTab \ hgLoadChromGraph \ hgLoadGenePred \ hgLoadItemAttr \ - hgLoadMaf \ hgLoadMafFrames \ hgLoadPsl \ hgLoadSeq \ hgLoadSample \ hgLoadSqlTab \ hgMapMicroarray \ hgMedianMicroarray \ hgNibSeq \ hgPepPred \ hgRatioMicroarray \ hgDropSplitTable \ hgRenameSplitTable \ hgSanger20 \ hgSanger22 \ hgStanfordMicroarray \