f8f44ba39e3c8a4c1c92f5332d22d2a3e1f83e2a kent Tue Dec 22 10:05:53 2020 -0800 Adding new cases to test set diff --git src/utils/clusterMatrixToBarChartBed/tests/makefile src/utils/clusterMatrixToBarChartBed/tests/makefile index 53ef983..49da7fe 100644 --- src/utils/clusterMatrixToBarChartBed/tests/makefile +++ src/utils/clusterMatrixToBarChartBed/tests/makefile @@ -1,7 +1,11 @@ test:: @printf "\ntest1: basic test\n" + clusterMatrixToBarChartBed -median test.meta test.matrix test.coords test.output + diff median.expected test.output clusterMatrixToBarChartBed test.meta test.matrix test.coords test.output - diff test.expected test.output + diff mean.expected test.output + clusterMatrixToBarChartBed -name2=test.name2 test.meta test.matrix test.coords test.output + diff name2.expected test.output clean:: rm -f test.output