c631d4d20178d19ed60da27cd7e34d63872d4a90 markd Thu May 16 10:34:45 2024 -0700 added pslSpliceJunctions to gather information in splice junctions to use in comprative mapping analysis diff --git src/utils/pslSpliceJunctions/makefile src/utils/pslSpliceJunctions/makefile new file mode 100644 index 0000000..c087356 --- /dev/null +++ src/utils/pslSpliceJunctions/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = pslSpliceJunctions +include $(kentSrc)/inc/userApp.mk