16425d1c9b3f0ea91aef3114f60acb8443e1194b
hiram
  Thu Nov 10 09:55:33 2011 -0800
adding ensembl gene table definitions and fixing the score column of genePredExt
diff --git src/hg/lib/ensemblSource.as src/hg/lib/ensemblSource.as
new file mode 100644
index 0000000..947043d
--- /dev/null
+++ src/hg/lib/ensemblSource.as
@@ -0,0 +1,6 @@
+table ensemblSource
+"Ensembl gene source classification, coding/non-coding status"
+   (
+   string name; 	"Ensembl transcript ID"
+   string source; 	"gene source classification"
+   )