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.remix src/utils/matrixPaste/test.remix
new file mode 100644
index 0000000..75b9370
--- /dev/null
+++ src/utils/matrixPaste/test.remix
@@ -0,0 +1,6 @@
+x	a	bb	c	dd	e
+alpha	0	1	0	0	1
+beta	0	0	0	0	0
+gamma	1	0	0	0	2
+delta	0	0	0	0	0
+epsilon	1	2	0	0	3