f31aa864d2c8a8bedadffa47cf184f85724ee0d9
kent
  Wed Dec 30 15:20:00 2020 -0800
A little matrix manipulation utility, not very general purpose yet.

diff --git src/utils/matrixTrim/test.in src/utils/matrixTrim/test.in
new file mode 100644
index 0000000..4881690
--- /dev/null
+++ src/utils/matrixTrim/test.in
@@ -0,0 +1,6 @@
+x	a	bb	c	dd	e
+A	0	1	0	0	1
+BB	0	0	0	0	0
+C	1	0	0	0	2
+DD	0	0	0	0	0
+E	1	2	0	0	3