3e05ac599db2f7a03948d96f5e24de16095fa70c
ceisenhart
  Fri Apr 21 14:34:25 2017 -0700
Python script for converting an expression matrix into a barchart bed, refs #19155

diff --git src/utils/makefile src/utils/makefile
index 7226794..0a1a6fb 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -155,31 +155,32 @@
         bedSingleCover.pl \
 	bedBetween \
 	doLocusName \
 	extToolsChromeParse \
         iSync \
         lodToBedScore \
 	matrixMerge \
 	mkMafFrames.pl \
 	patSeqFilterBulkAndAnnotate \
 	patSeqSummarizeDocs \
 	pslProtCnv \
 	pslSameGene \
 	tabRepl \
 	uniprotLift \
 	uniprotToTab \
-	bedJoinTabOffset
+	bedJoinTabOffset \
+	expMatrixToBarchartBed \
 
 
 # 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'