ffca2d56b80eeed28c2349ebfe080e363c0b70cf
hiram
  Mon Jan 11 13:08:10 2016 -0800
adding bedSingleCover.pl to the utils list no redmine

diff --git src/utils/makefile src/utils/makefile
index f38ad0b..235a3d4 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -134,30 +134,31 @@
 	tableSum \
 	textHist2 \
 	udcCleanup \
 	undupFa \
 	upper \
 	venn \
 	verticalSplitSqlTable \
 	weedLines \
 	wigTestMaker
 
 # list of scripts to install
 
 SCRIPT_FILES = \
         agpToLift \
         bedCollapse.pl \
+        bedSingleCover.pl \
         iSync \
         lodToBedScore \
 	mkMafFrames.pl \
 	uniprotLift \
 	bedFixBlockOverlaps \
 	apacheLogParse \
 	extToolsChromeParse
 
 # List of all directories to build
 
 ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS)
 
 # all: builds all utilities here
 
 all: $(ALL_APPS:%=%.all)