83a03d08eb15f3352267026c3d875e2f8ff68bd0 braney Wed May 8 16:09:49 2024 -0700 a utility to build an assembly hub for a sequence that includes both sequences from a pairwise alignment diff --git src/hg/utils/buildPairAssembly/makefile src/hg/utils/buildPairAssembly/makefile new file mode 100644 index 0000000..5518bd8 --- /dev/null +++ src/hg/utils/buildPairAssembly/makefile @@ -0,0 +1,3 @@ +kentSrc = ../../.. +A = buildPairAssembly +include $(kentSrc)/inc/userApp.mk