d49be6c5dc4fb5e179730b4e56de7f917163a07c max Tue May 6 02:39:45 2025 -0700 adding tabToBed tool, suggested by Lou diff --git src/utils/tabToBed/makefile src/utils/tabToBed/makefile new file mode 100644 index 00000000000..ad60c323b80 --- /dev/null +++ src/utils/tabToBed/makefile @@ -0,0 +1,5 @@ +all:: + cp -p tabToBed ${HOME}/bin/scripts +test:: + @if test -d tests -a -s tests/makefile; then (cd tests && ${MAKE} test); \ + else echo "# no tests directory (or perhaps no tests/makefile) in $(CURDIR)"; fi