273486dcbd4a0fd80d7f09be639f32cd58598881 max Wed Jul 20 15:03:46 2016 -0700 adding uniprot track for hg38 diff --git src/utils/makefile src/utils/makefile index 4446f15..213c218 100644 --- src/utils/makefile +++ src/utils/makefile @@ -145,31 +145,32 @@ SCRIPT_FILES = \ agpToLift \ bedCollapse.pl \ bedSingleCover.pl \ iSync \ lodToBedScore \ mkMafFrames.pl \ uniprotLift \ bedFixBlockOverlaps \ apacheLogParse \ extToolsChromeParse \ patSeqFilterBulkAndAnnotate \ uniprotToTab \ patSeqSummarizeDocs \ - pslProtCnv + pslProtCnv \ + pslSameGene # 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' # here, but there is a directory by that name, and thus it always exists