2ec8e153f0b10f84aac7109840f6cab79d5f8902
kent
  Wed Dec 30 18:50:13 2020 -0800
Pastes together matrices in the x-dimension while trimming duplicate row-labels.

diff --git src/utils/matrixPaste/test.in src/utils/matrixPaste/test.in
new file mode 100644
index 0000000..4881690
--- /dev/null
+++ src/utils/matrixPaste/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