b3b21d1f65841f24a262706daf65f784f3077f1f
kate
  Wed Jul 8 14:42:42 2015 -0700
Get new GTEX data and the color scheme, from GTEX portal.  Follow-up from 2015 GTEX meeting. refs #13504

diff --git src/hg/lib/gtexTissue.as src/hg/lib/gtexTissue.as
index 2ac4105..04fb459 100644
--- src/hg/lib/gtexTissue.as
+++ src/hg/lib/gtexTissue.as
@@ -1,8 +1,9 @@
 table gtexTissue
 "GTEx tissue information"
 (
 	uint id; "internal id"
 	string name; "short UCSC identifier"
 	string description; "GTEX tissue type detail"
 	string organ; "GTEX tissue collection area"
+        uint color; "GTEX assigned color"
 )