85e28d7dd56a748e795fdc5c85a61d8f11fd1613 markd Fri Jun 21 10:44:57 2019 -0700 added program to merge adjacent blocks in BED 12 files diff --git src/hg/utils/bedMergeAdjacent/makefile src/hg/utils/bedMergeAdjacent/makefile new file mode 100644 index 0000000..88fa567 --- /dev/null +++ src/hg/utils/bedMergeAdjacent/makefile @@ -0,0 +1,11 @@ +kentSrc = ../../.. +A = bedMergeAdjacent +include $(kentSrc)/inc/userApp.mk + +clean:: + rm -f tests/test-output.bed + +test:: + rm -f tests/test-output.bed + ${DESTBINDIR}/bedMergeAdjacent tests/test-input.bed tests/test-output.bed + diff tests/test-expected.bed tests/test-output.bed