34f032efa49ab0548b4c604e0316376009501f20
kent
  Thu Aug 21 16:44:20 2014 -0700
Program to assign colors to a list based on distances seems to work.
diff --git src/utils/distributeRgbRainbow/test.pair src/utils/distributeRgbRainbow/test.pair
new file mode 100644
index 0000000..24d799c
--- /dev/null
+++ src/utils/distributeRgbRainbow/test.pair
@@ -0,0 +1,15 @@
+a	b	1.1
+a	c	2.1
+a	d	3.1
+a	e	4.1
+a	f	5.1
+b	c	1.2
+b	d	2.2
+b	e	3.2
+b	f	4.2
+c	d	1.3
+c	e	2.3
+c	f	3.3
+d	e	1.4
+d	f	2.4
+e	f	1.5