e00c621783b60bd6b781488b7e82f14b749ea92d ceisenhart Fri Apr 28 11:27:27 2017 -0700 Fixing up the script and addressing the feedback from Kate, closes #19287 diff --git src/utils/expMatrixToBarchartBed/makefile src/utils/expMatrixToBarchartBed/makefile index 593086b..b631e2b 100644 --- src/utils/expMatrixToBarchartBed/makefile +++ src/utils/expMatrixToBarchartBed/makefile @@ -1,6 +1,5 @@ all:: cp -p expMatrixToBarchartBed ${HOME}/bin - cp -p expMatrixToBarchartBed ${HOME}/kent/src/pyLib/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