4d18f275081580118e24c54d96caaf93c7963452 kent Mon Dec 28 20:57:05 2020 -0800 Updating test set for new command line options setup. diff --git src/utils/clusterMatrixToBarChartBed/tests/makefile src/utils/clusterMatrixToBarChartBed/tests/makefile index 49da7fe..381a8f9 100644 --- src/utils/clusterMatrixToBarChartBed/tests/makefile +++ src/utils/clusterMatrixToBarChartBed/tests/makefile @@ -1,11 +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 + clusterMatrixToBarChartBed -simple test.meta test.matrix test.coords test.output diff mean.expected test.output - clusterMatrixToBarChartBed -name2=test.name2 test.meta test.matrix test.coords 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