d41531259de6cb8aafd3b0d336518f2e8d6cfb61 markd Tue May 26 17:13:04 2020 -0700 Hiram is right, this is useless; what is really needed is for mafOrder to have an option to orient the reference sequence to the positive strand diff --git src/hg/ratStuff/mafRc/makefile src/hg/ratStuff/mafRc/makefile deleted file mode 100644 index 344bdd3..0000000 --- src/hg/ratStuff/mafRc/makefile +++ /dev/null @@ -1,20 +0,0 @@ -kentSrc = ../../.. -A = mafRc -include $(kentSrc)/inc/userApp.mk - - -test:: test1 testHg16 - -test1: mkdirs - ${BINDIR}/mafRc ../mafSplit/test/test1.maf output/$@-rc.maf - diff expected/$@-rc.maf output/$@-rc.maf - -testHg16: mkdirs - ${BINDIR}/mafRc ../mafFrags/expected/hg16.maf output/$@-rc.maf - diff expected/$@-rc.maf output/$@-rc.maf - -mkdirs: - mkdir -p output - -clean:: - rm -rf output