3887c3b11338a8ed7de6f5805d09019c25979023
max
  Fri Jul 15 15:14:53 2016 -0700
removing dependencies for uniprot pipeline, moving it into kent repo,
for #17716. Also preparing for hg38 uniprot track, #17717

diff --git src/utils/makefile src/utils/makefile
index a26e8b5..45d710f 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -143,30 +143,31 @@
 
 # list of scripts to install
 
 SCRIPT_FILES = \
         agpToLift \
         bedCollapse.pl \
         bedSingleCover.pl \
         iSync \
         lodToBedScore \
 	mkMafFrames.pl \
 	uniprotLift \
 	bedFixBlockOverlaps \
 	apacheLogParse \
 	extToolsChromeParse \
 	patSeqFilterBulkAndAnnotate \
+	uniprotToTab \
 	patSeqSummarizeDocs
 
 # 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'