ff922be1fc09d6c561a9c1218e6e75cc96b6162a markd Wed Apr 20 18:36:55 2016 -0700 fixed issues with reverse strand and frame diff --git src/hg/utils/makefile src/hg/utils/makefile index 874fb3c..6a19145 100644 --- src/hg/utils/makefile +++ src/hg/utils/makefile @@ -59,31 +59,32 @@ makeTrackIndex \ mysqlSecurityCheck \ pslUniq \ refSeqGet \ safePush \ toDev64 \ wigBedToStep TEST_DIRS = \ genePredFilter \ gff3ToGenePred \ gff3ToPsl \ gtfToGenePred \ overlapSelect \ pslMap \ - refSeqGet + refSeqGet \ + transMapPslToGenePred APPS = $(DIRS) $(UTILS_APPLIST) all:: utils utils: $(APPS:%=%.utils) %.utils: cd $* && echo $* && $(MAKE) userApps: $(UTILS_APPLIST:%=%.userApp) %.userApp: cd $* && echo $* && $(MAKE) scripts: $(SCRIPT_FILES:%=%.scripts) %.scripts: