1e988e55a113409b757e34250b93e17bc0a3580d hiram Thu Mar 7 14:11:59 2019 -0800 expand findMotif to 32 character motifs and allow count of mis matches no redmine diff --git src/utils/findMotif/makefile src/utils/findMotif/makefile index 276d291..655d6c0 100644 --- src/utils/findMotif/makefile +++ src/utils/findMotif/makefile @@ -1,4 +1,5 @@ kentSrc = ../.. +CFLAGS += -mpopcnt A = findMotif include $(kentSrc)/inc/userApp.mk L += -lm ${SOCKETLIB}