e0b5992e43c58605f0079aa6710d988de58d5001
galt
  Wed Dec 7 14:33:35 2016 -0800
sorting the script list in alphabetical order for easier future maintenance.

diff --git src/utils/makefile src/utils/makefile
index 66aeea2..4ffc14c 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -135,49 +135,49 @@
 	subs \
 	tableSum \
 	textHist2 \
 	udcCleanup \
 	undupFa \
 	upper \
 	venn \
 	verticalSplitSqlTable \
 	weedLines \
 	wigTestMaker
 
 # list of scripts to install
 
 SCRIPT_FILES = \
         agpToLift \
+	apacheLogParse \
         bedCollapse.pl \
+	bedFixBlockOverlaps \
+	bedOverlapMerge \
         bedSingleCover.pl \
+	bedBetween \
+	doLocusName \
+	extToolsChromeParse \
         iSync \
         lodToBedScore \
+	matrixMerge \
 	mkMafFrames.pl \
-	uniprotLift \
-	bedFixBlockOverlaps \
-	apacheLogParse \
-	extToolsChromeParse \
 	patSeqFilterBulkAndAnnotate \
-	uniprotToTab \
 	patSeqSummarizeDocs \
 	pslProtCnv \
 	pslSameGene \
-	matrixMerge \
-	bedOverlapMerge \
 	tabRepl \
-	doLocusName \
-	bedBetween
+	uniprotLift \
+	uniprotToTab 
 
 
 # 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'