a67410efc5799d4df0cf424a5bd5b3c9dd5ab7f7
kate
  Thu Feb 4 20:10:09 2016 -0800
Load GTEx V6 gene table in hg19. refs #15645

diff --git src/hg/lib/gtexTranscript.as src/hg/lib/gtexTranscript.as
new file mode 100644
index 0000000..6f79557
--- /dev/null
+++ src/hg/lib/gtexTranscript.as
@@ -0,0 +1,6 @@
+table gtexTranscript
+"GTEx Transcript"
+(
+string geneId;				"Ensembl Gene ID"
+string transcriptName;			"Ensembl Transcript Name"
+)