be4311c07e14feb728abc6425ee606ffaa611a58 markd Fri Jan 22 06:46:58 2021 -0800 merge with master diff --git src/utils/clusterMatrixToBarChartBed/tests/makefile src/utils/clusterMatrixToBarChartBed/tests/makefile new file mode 100644 index 0000000..381a8f9 --- /dev/null +++ src/utils/clusterMatrixToBarChartBed/tests/makefile @@ -0,0 +1,11 @@ +test:: + @printf "\ntest1: basic test\n" + clusterMatrixToBarChartBed -median test.meta test.matrix test.coords test.output + diff median.expected test.output + clusterMatrixToBarChartBed -simple test.meta test.matrix test.coords test.output + diff mean.expected test.output + clusterMatrixToBarChartBed -simple -name2=test.name2 test.meta test.matrix test.coords test.output + diff name2.expected test.output + +clean:: + rm -f test.output