96e78f603861b4a5a8d44a7ac38a14c0f6bb2288
hiram
  Fri Jun 7 11:35:46 2013 -0700
to add proper description and field labels for the table browser refs #10746
diff --git src/hg/lib/ucscToEnsembl.as src/hg/lib/ucscToEnsembl.as
new file mode 100644
index 0000000..a17d241
--- /dev/null
+++ src/hg/lib/ucscToEnsembl.as
@@ -0,0 +1,6 @@
+table ucscToEnsembl
+"UCSC to Ensembl chromosome name translation table."
+    (
+    string ucsc;	"UCSC chromosome name"
+    string ensembl;	"Ensembl chromosome name"
+    )