942b9930eaefb78d4e542e4f27e956ceb7a3ee34 chmalee Mon Aug 17 15:54:38 2020 -0700 Update decipher to bigBed, refs #25841 diff --git src/hg/utils/otto/decipher/makefile src/hg/utils/otto/decipher/makefile index 9644678..72622af 100644 --- src/hg/utils/otto/decipher/makefile +++ src/hg/utils/otto/decipher/makefile @@ -1,23 +1,23 @@ SUBDIRS = all: ${SUBDIRS:%=%.suball} %.suball: ${MAKE} -C $* all -FILES= decipher.tables buildDecipher validateDecipher.sh checkDecipher.sh decipherWrapper.sh login.perl ../../../lib/decipherRaw.sql ../../../lib/decipherSnvsRaw.sql +FILES= decipher.tables buildDecipher validateDecipher.sh checkDecipher.sh decipherWrapper.sh login.perl ../../../lib/decipherRaw.sql ../../../lib/decipherSnvsRaw.sql processDecipher.py install: make-prefix installSub ${PREFIX} cp ${FILES} ${PREFIX} installSub: ${SUBDIRS:%=%.install} %.install: ${MAKE} -C $* install validate: check-prefix for i in ${FILES} ;do diff \$i ${PREFIX}/\$i; done make-prefix: check-prefix mkdir -p ${PREFIX}