df58b7b86f2af2516ccec6b466ed6360b919aa66 max Wed Sep 17 02:54:51 2014 -0700 new uniprot lifting pipeline and makedoc for it for ebola diff --git src/utils/uniprotLift/makefile src/utils/uniprotLift/makefile new file mode 100644 index 0000000..4e4eb2e --- /dev/null +++ src/utils/uniprotLift/makefile @@ -0,0 +1,22 @@ +include ../../inc/common.mk +SCRIPT=uniprotLift + +#cannot use common include rules, don't know how to overwrite :: targets +#include ../../inc/cgi_build_rules.mk + +my:: + rm -f ${BINDIR}/${SCRIPT} + cp -p ${SCRIPT} ${BINDIR}/ +beta:: + rm -f ${BINDIR}$/${SCRIPT} + cp -p ${SCRIPT} ${BINDIR}/ +alpha:: + rm -f ${BINDIR}/${SCRIPT} + cp -p ${SCRIPT} ${BINDIR}/ +clean:: + +compile:: + +install:: + rm -f ${BINDIR}/${SCRIPT} + cp -p ${SCRIPT} ${BINDIR}/