8d6aa83c01798ccb80e22f049c825369a3320c01 kent Fri Dec 18 11:24:50 2020 -0800 First working cut of C program to convert gene expression and similar matrixes to barchart bed files using a 6 or 7 column bed file to describe gene positions. diff --git src/utils/clusterMatrixToBarchartBed/tests/makefile src/utils/clusterMatrixToBarchartBed/tests/makefile new file mode 100644 index 0000000..60cb358 --- /dev/null +++ src/utils/clusterMatrixToBarchartBed/tests/makefile @@ -0,0 +1,4 @@ +test:: + @printf "\ntest1: basic test\n" + clusterMatrixToBarchartBed test.meta test.matrix test.coords test.output + diff test.expected test.output