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.in2 src/utils/matrixPaste/test.in2
new file mode 100644
index 0000000..1e3d7d7
--- /dev/null
+++ src/utils/matrixPaste/test.in2
@@ -0,0 +1,6 @@
+x	a	bb	c	dd	e
+A	10	11	10	10	11
+BB	10	10	10	10	10
+C	11	10	10	10	12
+DD	10	10	10	10	10
+E	11	12	10	10	13