99e41c7f76633c836d8788f2f99aa77d996519a2 markd Mon Oct 28 12:27:30 2019 -0700 Added bedPartition program to calculate non-overlapping ranges in a BED file diff --git src/hg/utils/bedPartition/makefile src/hg/utils/bedPartition/makefile new file mode 100644 index 0000000..485f1f8 --- /dev/null +++ src/hg/utils/bedPartition/makefile @@ -0,0 +1,3 @@ +kentSrc = ../../.. +A = bedPartition +include $(kentSrc)/inc/userApp.mk