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/matrixCat/test.long src/utils/matrixCat/test.long
new file mode 100644
index 0000000..82e4eda
--- /dev/null
+++ src/utils/matrixCat/test.long
@@ -0,0 +1,9 @@
+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
+x	a	bb	c	dd	e
+A	0	1	0	0	1
+BB	0	0	0	0	0