3e05ac599db2f7a03948d96f5e24de16095fa70c ceisenhart Fri Apr 21 14:34:25 2017 -0700 Python script for converting an expression matrix into a barchart bed, refs #19155 diff --git src/utils/expMatrixToBarchartBed/makefile src/utils/expMatrixToBarchartBed/makefile new file mode 100644 index 0000000..593086b --- /dev/null +++ src/utils/expMatrixToBarchartBed/makefile @@ -0,0 +1,6 @@ +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