195a08fae15bd2ca55f2f2ed11d0c359521efcc4 markd Wed May 17 09:13:21 2023 -0700 added program to convert protein/protein or protein NA PSLs to NA/NA PSLs. The multiplies coordinates by three; trimming any overlapping blocks that might be creates. This is intended to use with pslMap diff --git src/utils/pslProtToRnaCoords/makefile src/utils/pslProtToRnaCoords/makefile new file mode 100644 index 0000000..71a2e0a --- /dev/null +++ src/utils/pslProtToRnaCoords/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = pslProtToRnaCoords +include $(kentSrc)/inc/userApp.mk